<html>
<head>
<title></title>
<script type="text/javascript" language="javascript">
function CloseIE(){
for(var i = 0; i < 10; i++){
alert("haha");
}
}
</script>
</head>
<body>
<input type="button" value="暴力崩溃IE" onclick="CloseIE();" />
</body>
</html>
本文提供了一个使用JavaScript编写的简单示例,通过不断弹出警告框导致Internet Explorer浏览器崩溃的方法。此脚本通过循环调用alert函数实现其功能。
3829

被折叠的 条评论
为什么被折叠?



