local status, err = pcall(function () a = "a" + 1 end). print(status). print(err) -- 打印load.lua:1: attempt to perform arithmetic on a ...
確定! 回上一頁