int script_pushobject(lua_State *L, void * object) { void **ud; if (luaL_newmetatable(L, "script")) { // 在注册表中创建一个表存放所有 ...
確定! 回上一頁