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

📄 14-2.js

📁 java应用代码和章节代码。各种功能实现效果。很值
💻 JS
字号:
<script type="text/javascript">
 var isNav4 = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 4);
 if (top.location.href == window.location.href) {
  if (isNav4) {
   if (window.innerWidth != 0) {
    top.location.href = "myFrameset.html";
   }
  } else {
   top.location.href = " myFrameset.html";
  }
 }
</script>

⌨️ 快捷键说明

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