... "__add")) { lua_pushcclosure(L, lua_shared_add, 0); } else if (0 == strcmp(str, "__inc")) { lua_pushcclosure(L, lua_shared_inc, ...
確定! 回上一頁