几种常见跳转方式
html跳转 <meta http-equiv="refresh" content="0; url=http://www.zhizhuowz.com"> js跳转 <script language="javascript"> top.location='www.zhizhuowz.com'; </script> 5秒后跳转 <script type="text/javascript"> function delyLoad(){ setTimeout(function(){ window.location.href='b.html'; },5000) } </script> 带进度条的跳转【完整】 <meta http-equiv="Content-Language" content="zh-cn"> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <body>