lua 原生并没有提供try-catch的语法来捕获异常处理, ... try { -- try 代码块 function () error("error message") end, -- catch 代码块 catch ...
確定! 回上一頁