代碼如下
Function getHttpXML()
Set Http = Server
dim lResolve
lResolve =
lConnect =
lSend =
lReceive =
Http
Http
Http
if Http
if Http
if Http
exit Function
end if
getHttpXML=Http
if err
End Function
Function SaveToFile()
Dim objStream
On Error Resume Next
Set objStream = Server
If Err
Response
非常遺憾
"
Err
Response
End If
With objStream
End With
Set objStream = Nothing
End Function
call SaveToFile()
From:http://tw.wingwit.com/Article/program/net/201311/14224.html