不要在Lua中使用os.clock()函数. 1.os.clock函数的实现是调用了c语言的函数函数库,实现代码如下: static int os_clock (lua_State *L) { lua_pushnumber(L, ...
確定! 回上一頁