html3秒跳转

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

上一篇:GDB 多线程调试:只停止断点的线程,其他线程任然执行; 或只运行某些线程 其他线程中断


下一篇:devenv 命令用法