📄 大型广告.htm
字号:
<body>
<script type="text/javascript">
<!--
divWidth=document.body.clientWidth;
divHeight=document.body.clientHeight;
document.write("<div id='ad' style='position:absolute;width:"+divWidth+";height:"+divHeight+";top:0;left:0'>");
document.write("<table width='100%' height='"+divHeight+"' bgcolor=blue><tr><td>");
4444444
document.write("</td></tr></table>");
document.write("</div>");
var timer;
function exit()
{
if(document.all.ad.style.pixelTop>-divHeight)
{
document.all.ad.style.pixelTop-=20;
timer=setTimeout("exit()",50);
}
else
{
clearTimeout(timer);
}
}
timer=setTimeout("exit()",500);
-->
</script>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -