softad1.js

来自「在Windows XP中共享上网 对大家很有帮助的」· JavaScript 代码 · 共 6 行

JS
6
字号
var ad= new Array(1);
ad[0]="<a href='http://np-gz.pconline.com.cn/pcedu/huodong/2001heka/index.html'target='_blank'><img src='http://np-gz.pconline.com.cn/images/pconline/heka_130.gif' border=0 width='130' height='60' ></a>";
//ad[1]="<a href='/news/newsselection/doc/comdexindex.html'target='_blank'><img src='/images/pconline/comdex_130.gif' border=0 width='130' height='60' ></a>";
ad_now = new Date();
ad_id= ad_now.getSeconds() %1;
document.write(ad[ad_id]);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?