📄 ajaxmanager7_column2.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> open("<em>method</em>", "<em>URL</em>"[, <em>asyncFlag</em>[, "<em>userName</em>"[, "<em>password</em>"]]]) </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("<em>label</em>", "<em>value</em>") </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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -