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

📄 openwin.js

📁 客户
💻 JS
字号:
function openWin(Page,scrl,width,height,resizable)
{
  if (false)window.close();
  if (!window.win || win.closed)
  {
    win=open(Page,"","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable="+resizable+",top=2,width="+width+",height="+height+",scrollbars="+scrl+"");
  }
  else
  {
    win.close();
    win=open(Page,"","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable="+resizable+",top=2,width="+width+",height="+height+",scrollbars="+scrl+"");
  }
}

⌨️ 快捷键说明

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