local status, err = pcall(function () a = 'a'+1 end) print(err) --> stdin:1: ... In case of errors, Lua calls that error handler before the stack unwinds, ...
確定! 回上一頁