int lua_pcall(lua_state* l, int nargs, int nresults, int errfunc) ... lua_pcall == lua_call; 但是如果有錯誤發生時, lua_pcall會捕獲它 ...
確定! 回上一頁