ajaxmanager7_column1.html

来自「Ajax tutorial archive」· HTML 代码 · 共 32 行

HTML
32
字号
<!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(&quot;<em>headerLabel</em>&quot;) </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 + =
减小字号Ctrl + -
显示快捷键?