lua 中的錯誤處理(assert、error、pcall、xpcall、debug) ... local i, v = pcall(function (i) return i end, 33) print(i, v) --打印出i爲true v爲33 ...
確定! 回上一頁