... lua_upvalueindex(1))) { // 如果methods中有key,則使用methods[key] ... lua_upvalueindex(2))) { // 如果getters中key,則呼叫getters[key] ...
確定! 回上一頁