get day

  def timeDayNow() = {
    var nowMis = timeNow()
    nowMis - ((nowMis + 28800l) % 86400)
  }

猜你喜欢

转载自lingzhi007.iteye.com/blog/2393657