19-3.txt

来自「Javascript语言开发经典教程开发」· 文本 代码 · 共 20 行

TXT
20
字号
<HEAD><SCRIPT LANGUAGE="JavaScript1.2">// If JavaScript 1.2 is supported, extract a new URL from the portion of// our URL following the question mark, and load that new URL in.location.replace(location.search.substring(1));// Enter a really long, empty, loop so that the body of this document // doesn't get displayed while the new document is loading.for(var i = 0; i < 10000000; i++);</SCRIPT></HEAD><BODY><HR SIZE=4><H1>This Page Requires JavaScript 1.2</H1>Your browser cannot run this page. Please upgrade to a browser thatsupports JavaScript 1.2, such as Netscape Navigator 4 or InternetExplorer 4.<HR SIZE=4></BODY>

⌨️ 快捷键说明

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