lua 函数os.time源码见loslib.c 中的int os_time (lua_State *L)lua中无参数调用:os.time() 直接返回time(NULL),即UNIX时间戳,也即UTC时间1970-01-01 00:00:00 至今 ...
確定! 回上一頁