<script>
setTimeout( 'window.location= "home.jsp " ',3000) ;//注意,此处“;”可加可不加
</script>
<script>
setTimeout( 'history.go(-1) ',3000)
</script>
2.
<head> <meta http-equiv= "refresh " content= "3;url=window.history.back(): " /> </head>
或者
<head> <meta http-equiv= "refresh " content= "3;url= ‘ aa.html' " /> </head>
相关文章
- React-路由跳转报错:Error: Invariant failed: You should not use <withRouter(App) /> outside a <Router>
- jQuery点击按钮跳转到另一个页面(转)
- 可以放在html代码中的自动跳转代码
- Java初学者作业——为某超市设计管理系统,需要在控制台展示系统菜单,菜单之间可以完成跳转。
- vscode php跳转
- ios7.0结合storyborad实现页面跳转的总结
- 在 UniApp 中实现 App 与 H5 页面的跳转及通信
- vscode中适配@/path寻址 点击跳转文件
- .Net中几种常见的页面跳转传值方法
- 如何从一个JSP页面跳转到其他页面