int lua_gettable (lua_State *L, int index);. 把 t[k] 的值压栈,这里的 t 是指索引指向的值,而 k 则是栈顶放的值。 这个函数会弹出堆栈上的键,把 ...
確定! 回上一頁