One - One Code All

Blog Content

js中屏蔽所有错误

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

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

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


上一篇:好看的table的css样式
下一篇:html简单table、弹层实例

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