placeholderCopy int getkey_index(lua_State *L) { lua_getglobal(L, "tbl"); // this put the table in the stack lua_pushstring(L, "index"); ...
確定! 回上一頁