异常处理

@Try-Catch

简洁 Introduction

语法 Syntax

为了显式呈现错误,使用 console.error()
其它输出使用普通 console.log()

使用 Usage