#define lua_pop(L,n) lua_settop(L, -(n)-1). 函数lua_pushvalue压入堆栈上指定索引的一个抟贝到栈顶;lua_remove移除指定索引位置的元素,并将其上面所有的元素下移 ...
確定! 回上一頁