lua_rawseti (L, -2, 1) <== mytable[1] = "abc", pop value "abc" lua_getfield必须为字符串键 lua_getglobal(L, "mytable") <== push mytable
確定! 回上一頁