int __index(lua_State* L) { const char* funcname = lua_tostring(L, -1); lua_pushstring(L, funcname); lua_pushcclosure(L, handler1, ...
確定! 回上一頁