方法介绍
方法名称:时间戳
语法:os.time([table])
功能说明:默认获取当前时间戳,也可以指定table参数
方法例子 local time = os.time()
local hour = os.date("*t", time).hour
print(hour)