Lua handles errors and uses the function pcall (protected call) to wrap the code to be executed. example. > =pcall(function(i) print(i) end, 33) ...
確定! 回上一頁