One - One Code All

Blog Content

js中屏蔽所有错误

前端相关   2011-06-24 22:56:44

js中屏蔽所有的网页错误:

function ResumeError() {
    return true;
}
window.onerror = ResumeError;


上一篇:python读取json格式为DataFrame(可转为.csv)
下一篇:python将dict字典转化为dataframe数据框

The minute you think of giving up, think of the reason why you held on so long.