3秒返回

发布时间:2019-08-09 09:14:30编辑:auto阅读(1909)

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

关键字