`
1try{ 2 3 dosomething 4 ..... 5 } catch(e){ 6 window.location.href = "http://stackoverflow.com/search?q="+e.message; 7 8 9 }
`
Stella981
2021-10-11
`
1try{ 2 3 dosomething 4 ..... 5 } catch(e){ 6 window.location.href = "http://stackoverflow.com/search?q="+e.message; 7 8 9 }
`