1.1 lua_gettable. lua_getglobal(L, "mytable") <== push ... 1.3 lua_rawget: 用法同lua_gettable,但更快(因為當key不存在時不用訪問元方法__index) ...
確定! 回上一頁