1. 时间戳转成格式化字符串直接利用函数os.date()将时间戳转化成格式化字符串.local timestamp = 1561636137;local strDate = os.date("%Y/%m/%d %H:%M:%S", ...
確定! 回上一頁