我看版主lovetest6的那段代码
For Each element in tags
If Ucase(element.tagname)="A" and left(element.InnerText,1)="[" Then
ReDim Preserve arr(i+1)
arr(i)=element.InnerText
i=i+1
end if
Next
觉得不错,但我现在要,点一个页面里面所以颜色为某个特定颜色的链接,但是element.color是没有这种用法的,object spy认出来的链接的run-times property里面 没有color这个属性,怎么绊,大家帮帮忙!