摘要:
XMLHttpRequest
提供客户端同http服务器通讯的协议
Dim HttpReq As New MSXML2.XMLHTTP30
HttpReq.open "GET", "http://localhost/books.xml", False
HttpReq.send
MsgBox HttpReq.responseText
备注
客户端可以通过XmlHttp对象(MSXML2.XMLHTTP.3.0)向http服务器发送请求并使用微软XML文档对象模型Microsoft® XML Document Object Model (DOM)处理回应。
阅读全文
posted @ 2008-09-08 09:25
易哲
阅读(589)
评论(0)
推荐(0)
浙公网安备 33010602011771号