Question. 我有使用Lua C API 的C++ 應用程序。 我通過lua api 聲明了全局表: lua_newtable(L); lua_pushstring(L, "someLuaFunc"); lua_pushcfunction(L, ...
確定! 回上一頁