玩命硬币

文章
5
资源
0
加入时间
2年10月18天

javascript实现自动跳转

<script language="javascript"> function refresh() { top.location.href = "http://www.tzyol.com/home.html"; }setTimeout('refresh()',3000);</script> setTime