In any case, Lua tries to add some information about the location where the error happened: local status, err = pcall(function () a = 'a'+1 end) print(err) ...
確定! 回上一頁