对象: XMLHttpRequest 属性:readyState请求状态,开始请求时值为0直到请求完成这个值增长到4 responseText目前为止接收到的响应体,readyState<3此属性为空字符串,=3为当前响应体,=4则为完整响应体 responseXML服务器端相应,解析为xml并作为Document对象返回 status服务器端返回的状态码,=200成功,=404表示“Not Found” statusText用名称表示的服务器端返回状态,对于“OK”为200,“Not Foun