但是,我发现lua_tonumber()在处理大整数时与lua_tointeger()有不同的行为. int main() { int in; double db; lua_State* Lua = luaL_newstate(); ...
確定! 回上一頁