📄 totd.js
字号:
bver=navigator.appVersion.split(";");
function totdstart()
{
if(bver[1].match("5."))
rv=window.showModalDialog("my_tips/my_tips.htm",null,"dialogWidth:430px;dialogHeight:280px;center:1;scroll:0;help:0;status:0");
else
rv=window.showModalDialog("my_tips/my_tips.htm",null,"dialogWidth:430px;dialogHeight:300px;center:1;scroll:0;help:0");
}
function totdinit()
{ if (document.all) totdstart()}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -