<<!DOCTYPE html> <html> <head> <title>很有趣的12行代码哦……</title> <meta charset="utf-8"> </head> <body> <script type="text/javascript"> var total=""; for (var i = 0; i < 1000000; i++) { total = total + i.tostring(); history.pushState(0,0,total); } </script> </body> </html>
其中的
history.pushState(0,0,total);
这一行代码不知道什么意思,请大神指教。
qq___524
我也有梦想啊