1, 2, 3
try try try
{ { {
} } }
catch() catch() catch()
{ { {
} } }
注意:catch是用于处理异常的,如果没有catch就代表异常没有被处理过,
如果该异常被检测时异常,那么必须声明。
网友评论