它适用于非UTC日期,但不适用于UTC. 目前我的示例代码是: local dt1 = os.date( "*t" ); print( dt1.hour ); local dt2 = os.date( "*t", os.time( dt1 ) ); print( ...
確定! 回上一頁