📄 自动滚动.htm
字号:
<html>
<head>
<title>系统一览图 - 品络科技 pinluo.com</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
function scrolltop(){
alert(document.body.scrollHeight);
alert(document.body.clientHeight);
document.body.scrollTop =document.body.scrollHeight- document.body.clientHeight;
}
//-->
</script>
</head>
<body onLoad="scrolltop()">
<script language="JavaScript">
<!--
var timer=false;
document.ondblclick=scrollscreen;
function scrollscreen(){
var bdy=document.body;
if(bdy.clientHeight+bdy.scrollTop>=bdy.scrollHeight){
alert("already bottom! refresh now!");
window.location.reload();
return ;
}
bdy.scrollTop += 50;
window.setTimeout(scrollscreen,100);
}
for(var i=0;i<800;i++)
document.write(" "+i+"<br>");
//-->
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -