lua_getglobal (L, <function name>) //获取lua中的函数 lua_push*() //调用lua_push系列函数,把输入参数压栈。例如lua_pushnumber(L, x) lua_pcall(L, ...
確定! 回上一頁