050315.js
来自「linux操作指令」· JavaScript 代码 · 共 6 行
JS
6 行
var dt = new Date();
var hr = dt.getSeconds();
hr=hr%3;
if (hr==0){ document.write("<iframe src=http://www.woogood.com/degree.htm marginwidth=0 marginheigh=0 hspace=0 vspace=0 frameborder=0 width=760 height=60 scrolling=NO></iframe>"); }
if (hr==1){ document.write("<iframe src=http://www.woogood.com/degree.htm marginwidth=0 marginheigh=0 hspace=0 vspace=0 frameborder=0 width=760 height=60 scrolling=NO></iframe>"); }
if (hr==2){ document.write("<iframe src=http://www.woogood.com/degree.htm marginwidth=0 marginheigh=0 hspace=0 vspace=0 frameborder=0 width=760 height=60 scrolling=NO></iframe>"); }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?