20-3.html
来自「js 全的样例代码,比较适合大家学习和交流」· HTML 代码 · 共 20 行
HTML
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 4 or InternetExplorer 4.<hr size="4"></body>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?