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

📄 19-2.txt

📁 Javascript语言开发经典教程开发
💻 TXT
字号:
<!-- Check whether JavaScript 1.2 is supported. --><SCRIPT LANGUAGE="JavaScript1.2">var _js12_ = 1.2</SCRIPT><!-- Now avoid the problems with JavaScript 1.2 on Navigator by running --><!-- the following code on any browser that supports JavaScript 1.1. If --><!-- the browser does not support JavaScript 1.2, however, we'll display --><!-- an error message and suppress any syntax errors that occur. --><SCRIPT LANGUAGE="JavaScript1.1">// If JavaScript 1.2 is not supported, fail gracefully.if (!_js12_) {    alert("This program requires a browser with JavaScript 1.2 support");    window.onerror = new Function("return true;");}// Now proceed with the JavaScript 1.2 code. </SCRIPT>

⌨️ 快捷键说明

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