我正在尝试使用脚本下载一组网站:
dim xmlhttp : set xmlhttp = createobject("Msxml2.ServerXMLHTTP")
xmlhttp.open "GET", "http://www.website.com/tags/search-term?page=1, false
xmlhttp.send
text= xmlhttp.ResponseText
Firebug告诉我,响应是在DOM“_result”中。但我怎么能读到这个呢?我知道这是一个非常愚蠢的问题,但我只需要为研究项目进行大量自动搜索,并且正在努力实现这一目标。
答案 0 :(得分:0)
只需阅读您对象的回复
response=xmlhttp.responseText