html:
<meta http-equiv="refresh" content="5, url=index.html" > 5代表的是5秒钟的意思,随意更改,url跳转路径
javascript
window.location.href= window.history.go(-1) //go中的数字代表跳到前一页,也可以调到-2等