local status, err = xpcall(function () a = "a" + 1 end, function () print(debug.traceback()) end). print(status). print(err) -- 打印nil.
確定! 回上一頁