for (i = n; i >= 1; i--) /* assign elements */ lua_rawseti(L, 1, i); if (luaL_callmeta(L, -1, "__index") != 0) { lua_replace(L, -2); }.
確定! 回上一頁