首页 > 开发 > JS > 正文

重定向实现代码

2024-09-06 12:44:25
字体:
来源:转载
供稿:网友

代码如下:1. 
<script language="javascript"> 
<!-- 
location.replace("www.goldtimes.net"); 
--></script> 
2. 
<meta http-equiv="refresh" content="0;url=http://www.goldtimes.net">  
3. 
<script language="javascript"> 
<!-- 
self.location=""; 
--></script> 

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表