📄 ajaxmanager7_column1.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Introduction to Ajax Tutorial</title>
</head>
<body>
<table cellspacing="0" cellpadding="0" width="300" class="code">
<tr>
<td valign="top"><p><strong> Method </strong></p></td>
<td valign="top"><p><strong> Description </strong></p></td>
</tr>
<tr>
<td valign="top"><p> abort() </p></td>
<td valign="top"><p> Stops the current request </p></td>
</tr>
<tr>
<td valign="top"><p> getAllResponseHeaders() </p></td>
<td valign="top"><p> Returns complete set of headers (labels and values) as a string </p></td>
</tr>
<tr>
<td valign="top"><p> getResponseHeader("<em>headerLabel</em>") </p></td>
<td valign="top"><p> Returns the string value of a single header label </p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -