... 对应在lua 中的函数就是pcall. pcall/error 大概就相当于其他语言中的try-catch /throw了 local ok, errorobject = pcall(function() --here goes the protected ...
確定! 回上一頁