猿问
Javascript中,程序中捕获异常的方法是什么?
Javascript中,程序中捕获异常的方法是什么?
请以代码形式回答
Ice_Chou
浏览 2629
回答 7
7回答
Xss_0day
Window.error Try{}catch{}finally{}
1
0
0
码农菜狗
try{ //foo }catch(err){ //异常处理 }
1
0
0
口无遮拦丶
你能告诉我这是什么鬼吗
0
0
0
口无遮拦丶
Sorry,i dont understand
0
0
0
xiaowtz_
throw new Error() 被注掉了....
0
0
0
xiaowtz_
try{ //code here... }catch(e){ //throw new Error("自定义异常信息"); }
0
0
0
随时随地看视频
慕课网APP
我要回答