void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n). 压入一个函数到栈顶. 比如我要在lua中执行一个c函数,可以用lua_pushcclosure压入c本地函数到栈顶, ...
確定! 回上一頁