自动跳转的js代码
1
<
html
>
2
<
head
>
3
<
meta http
-
equiv
=
"
refresh
"
content
=
"
2;URL=http://www.baidu.com
"
/>
4
</
head
>
5
6
<
body
>
7
两秒跳到百度去!!
8
</
body
>
9
</
html
>
10
posted on
2008-12-19 09:40
彬子 阅读(
...) 评论(
)
编辑
收藏
转载于:https://www.cnblogs.com/wangzb/archive/2008/12/19/1357985.html
相关资源:百度判断手机终端并自动跳转js代码及使用实例