📄 ajaxmanager5_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" class="code">
<tr>
<td width="197" valign="top"><p>3</p></td>
<td width="197" valign="top"><p> interactive</p></td>
<td width="197" valign="top"><p> User can interact with the object even though it is not fully loaded.</p></td>
</tr>
<tr>
<td width="197" valign="top"><p>4</p></td>
<td width="197" valign="top"><p> complete</p></td>
<td width="197" valign="top"><p> Object is completely initialized.</p></td>
</tr>
</table>
<p class="main">
<strong>Line 9:</strong> We have another conditional
statement to check if the readystate = 4 has been triggered;
which means that the document loading is complete and ready
to be used and also check that the status of the document is
completed by asking whether status = 200. If this check is ok
then the following statements are triggered.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -