void lua_pushvalue (lua_state *l, int index); 把堆疊上給定有效處索引處的元素作一個拷貝壓棧。 void lua_settable (lua_state *l, int index);
確定! 回上一頁