<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>测试一下</title>
</head>
<body>
<script language="javascript">
function mystop(){
if(!!(window.attachEvent && !window.opera))
{document.execCommand("stop");}
else
{window.stop();}
}
mystop();
</script>
就是不出来。
</body>
</html>
用js实现终止浏览器对页面HTML的继续解析即停止解析 兼容firefox
最新推荐文章于 2022-09-20 13:55:08 发布