ajaxmanager7_column2.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> open(&quot;<em>method</em>&quot;, &quot;<em>URL</em>&quot;[, <em>asyncFlag</em>[, &quot;<em>userName</em>&quot;[, &quot;<em>password</em>&quot;]]]) </p></td>
    <td valign="top"><p> Assigns destination URL, method, and other optional attributes of a pending request </p></td>
  </tr>
  <tr>
    <td valign="top"><p> send(<em>content</em>) </p></td>
    <td valign="top"><p> Transmits the request, optionally with postable string or DOM object data </p></td>
  </tr>
  <tr>
    <td valign="top"><p> setRequestHeader(&quot;<em>label</em>&quot;, &quot;<em>value</em>&quot;) </p></td>
    <td valign="top"><p> Assigns a label/value pair to the header to be sent with a request </p></td>
  </tr>
</table>

      
   </body>
</html>

⌨️ 快捷键说明

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