⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 totd.js

📁 电脑知识十万个为什么-v1.5注册版.zip
💻 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 + -