lua_rawseti (L,t,key)等价于lua_pushnumber(L,key); 放入一个number类型值到栈中lua_insert(L,-2) 将key放到前一个值的下面insert上移指定位置之上 ...
確定! 回上一頁