?? 27滿天星背景.htm
字號:
<html>
<head>
<title>滿天星背景</title>
<script language="javascript">
<!--
n = 0;
function start(){
width = Math.random() * document.body.clientWidth-10;
height = Math.random() * document.body.clientHeight-10;
document.all["s" + n].style.top = height;
document.all["s" + n].style.left = width;
n++;
if (n>=100) n = 0;
setTimeout("start()",30);
}
//-->
</script>
</head>
<body bgcolor="#000000">
<script language="javascript">
<!--
for (i=0;i<100;i++){
str = "<div id='s"+i;
str += "' style='position:absolute;";
str += "left:51px;top:38px;";
str += "width:2;height:2;";
str += "background-color: #FFFFFF;";
str += "font-size:0;'></div>"
document.write(str);
}
start();
//-->
</script>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -