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