当页面发生错误的时候自动跳转到问题解决办法
try {
//这里是你正常写的代码
}catch (e){
window.location.href = "https://so.csdn.net/so/search?&q=js" + e.message;
}
当页面发生错误的时候自动跳转到问题解决办法
try {
//这里是你正常写的代码
}catch (e){
window.location.href = "https://so.csdn.net/so/search?&q=js" + e.message;
}