<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>  
 

相关文章:

  • 2022-01-31
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-17
  • 2021-05-04
  • 2021-10-16
  • 2021-08-07
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案