1

假设我们有如下代码

'Call service
Set xmlhttp_ = CreateObject("MSXML2.xmlhttp")
xmlhttp_.Open "GET", url, False
xmlhttp_.send
result = (xmlhttp_.responseText)

sendRequest = result

使用后需要丢弃xmlhttp_吗?

4

1 回答 1

2

一旦超出范围,它应该被自动处理。在此处查看 Matthew Curland 的回复:

https://groups.google.com/forum/?hl=en&fromgroups#!topic/microsoft.public.dotnet.languages.vb/3pw-TGc9PSo

于 2012-07-27T19:33:46.110 回答