摘要: try{...some code...}catch(e){...some code... //处理错误throw(e.name); //抛出异常}finally{ // 完成后执行的语句块,非必须} 阅读全文