//浏览器容错设置
window.onerror = function(){
	return true;
}