📄 report.htm
字号:
<html> <head> <script> function isNS4() { return ((navigator.appName.indexOf("Netscape") >= 0) && (parseFloat(navigator.appVersion) < 5) ) ? true : false; } function isNS7() { return ((navigator.appName.indexOf("Netscape") >= 0) && (parseFloat(navigator.appVersion) >= 5) ) ? true : false; } function init(){ if( isNS4() ){ document.location.href="checkNS4.htm"; } else if( isNS7() ){ document.location.href="check.htm"; } else{ document.location.href="appletref.htm"; } } </script </head> <body onload="javascript:init()" bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -