【发布时间】:2015-05-17 17:32:25
【问题描述】:
URL = "https://github.com/index.html"
Set xHttp = CreateObject("MSXML2.ServerXMLHTTP")
xHttp.Open "GET", URL, False
xHttp.setOption 2, 13056
xHttp.Send()
谁能告诉我为什么这段代码可以在 windows7 上运行,而不能在 windows XP 上运行
错误
msxml3.dll error '80090326' `
The message received was unexpected or badly formatted.`
在xHttp.Send
【问题讨论】:
标签: vbscript https windows-xp