代码如下:
<html> <head> <title>页面跳转</title> <script language="javascript"> location.replace("http://zygxsq.kuaizhan.com") </script> <----! 括号内填写要跳转到的链接地址-------> </head> <body> </body> </html>
代码如下:
<html> <head> <title>页面跳转</title> <script language="javascript"> location.replace("http://zygxsq.kuaizhan.com") </script> <----! 括号内填写要跳转到的链接地址-------> </head> <body> </body> </html>