xiaowiba
Results
1
comments of
xiaowiba
知道一个js的,蛤蛤 var total = ""; for (var i = 0; i < 10000; i++) { total = total + i.toString(); history.pushState(0, 0, total); }