<!-- 10秒刷新页面 Start-->
<script language="JavaScript">
function myrefresh(){
window.location.reload();
}
setTimeout('myrefresh()',10000); //指定10秒刷新一次
</script>
<!-- 10秒刷新页面 End-->
<!-- 10秒刷新页面 Start-->
<script language="JavaScript">
function myrefresh(){
window.location.reload();
}
setTimeout('myrefresh()',10000); //指定10秒刷新一次
</script>
<!-- 10秒刷新页面 End-->
相关课程