... ti = lua_tonumber(L, -1); lua_pop(L,1); lua_pushthread(L); lua_rawget(L, ... lua_upvalueindex(2)); // 取出totaltime double total_time = lua_tonumber(L, ...
確定! 回上一頁