錯誤處理在lua中任何的意外狀況都會拋出一個錯誤,可是由於lua常常嵌入到別的應用程序 ... function add(a, b) if not tonumber(a) or not tonumber(b) then error('a ...
確定! 回上一頁