responsestream

Xmlhttp object reference
XMLHttpRequest object XMLHttpRequest member onreadystatechange readyState ResponseBody responsestream responseText responsexml status statustext about getallresponseheaders getresponseheader open send setrequestheader responsestream
Returns response information in the form of an ADO stream object
grammar
strValue = oXMLHttpRequest.responseStream;
Remarks
Variable, which is read-only and returns response information in the form of an Ado Stream object.
Reference resources
ResponseBody property
ResponseText property
Responsexml attribute

发布了133 篇原创文章 · 获赞 191 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/105616945