0
点赞
收藏
分享

微信扫一扫

window.history.go()的使用


window.location.reload();    //刷新  
window.history.go(1);         //前进  
window.history.go(-1);        //返回+刷新  
window.history.forward();  //前进  
window.history.back();       //返回


举报

相关推荐

0 条评论