使用户点击后退按钮使效三行代码

网络编程 发布日期:2024/10/14 浏览次数:1

正在浏览:使用户点击后退按钮使效三行代码
for(var i=0;i<10;i++) 
location.href="#"+i;
setInterval(" history.go(1)",200);