ajax4.html
来自「《JavaScript精粹》 源文件下载」· HTML 代码 · 共 23 行
HTML
23 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Accessible XMLHttpRequest Test 4</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript" src="ajax4.js"></script>
</head>
<body>
<h1>
Test 4
</h1>
<p>
In Test 4, an <code>alert()</code> dialog will give the response.
</p>
<p>
<a href="./" id="trigger">This link is the trigger.</a>
</p>
<p>
This is some text that comes after the response,
to check continuity.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?