try { -- try 代码块function () error("error message") end, -- catch 代码块catch { -- 发生异常后,被执行function (errors) print(errors) end } }.
確定! 回上一頁