try...catch的简单使用时间:2021-04-14 05:21:50在解析JSON数据时,在try中获取指定名称的值时,如果该名称不存在,那么就可以在catch中进行操作 try { } catch (Exception e) { }