📄 14-2.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 + -