... { #include"lua.h" #include"lauxlib.h" #include"lualib.h" } using namespace std; static int ltest(lua_State *L) { lua_getfield(L, lua_upvalueindex(1), ...
確定! 回上一頁