当前位置:Gxlcms > JavaScript > 重定向实现代码

重定向实现代码

时间:2021-07-01 10:21:17 帮助过:15人阅读

代码如下: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> 

人气教程排行