msxml3.dll指定资源下载失败
目标地址是https的。用下面的代码试试:
1
2
3
4
|
'...
set http = Server.CreateObject(
"Msxml2.ServerXMLHTTP.3.0"
)
http.setOption(2) = 13056
'...
|