dim doc as windows.forms.htmldocument = 你要分析的文档
for each element as windows.forms.htmlelement in doc.getelementsbytagname("img")
output.show(element.GetAttribute("herf"))
next