2016年6月13日
摘要: 亲测,无误。 原文传送门:lua 获取本地当月天数 开发中有用到,记录一下。 local year,month = os.date("%Y", os.time()), os.date("%m", os.time())+1 -- 正常是获取服务器给的时间来算local dayAmount = os.d 阅读全文
posted @ 2016-06-13 15:14 Ming明、 阅读(1498) 评论(0) 推荐(0) 编辑