void lua_pop (lua_State *L, int n);. 参数n 表示要弹出元素的个数。 最后使用 void lua_close (lua_State *L);. 释放所有的资源。
確定! 回上一頁