responeText,responseXML,responseBody,responseStream




responeText 为响应信息作为字符串返回
responseXML 将响应信息格式化为XMLDOM对象并返回
responseBody 将响应信息以unsigned byte数组的形式返回
responseStream 将响应信息以IStream对象的形式返回
原文地址:https://www.cnblogs.com/zwl12549/p/629258.html