<script type="text/javascript"> function killerrors() { return true; } window.onerror = killerrors; </script>
使用方法:把以上代码加到你出错网页的head区域就可以了。