主题:[讨论]请问如何提取webbroswer中的超链接,后面地址是随机数?
<H2>Hello</H2>
<UL
class="link-list link-list-floating link-list-logonwidget link-list-logonwidget-prepay">
<LI id=call-credit><SPAN class=info> 0.00 credit </SPAN><A
href="/myv/myaccount/topup?ts=1246930137516" jQuery1246930135945="26">Top up</A>
</LI>
<LI id=text-bundles><SPAN class=info>0 texts left </SPAN><A
href="/myv/mymobile/prepaidbundles/myaddons/Setup.shtml?ts=1246930137517"
jQuery1246930135945="27">Buy text bundle</A> </LI>
<LI id=webtext><SPAN class=info>300 / 300 webtexts sent </SPAN><A
href="[color=FF0000]/myv/messaging/webtext/index.jsp?ts=1246930137517[/color]"
jQuery1246930135945="28">Webtext</A> </LI></UL>
<DIV class=sign-out-link><A title="Sign out of My Vodafone"
href="https://www.vodafone.ie/myv/services/logout/Logout.shtml?ts=1246930137517"><IMG
class=rollover alt="sign out" src="/images/design/sign-out_btn_rollover.png"
width=56 height=24 jQuery1246930135945="3"></A></DIV>
请问如何提取红色部分的超链接地址,并自动摸拟鼠标单击?因为后面是随机数,所以只能通过其它方式提取?谢谢!
<UL
class="link-list link-list-floating link-list-logonwidget link-list-logonwidget-prepay">
<LI id=call-credit><SPAN class=info> 0.00 credit </SPAN><A
href="/myv/myaccount/topup?ts=1246930137516" jQuery1246930135945="26">Top up</A>
</LI>
<LI id=text-bundles><SPAN class=info>0 texts left </SPAN><A
href="/myv/mymobile/prepaidbundles/myaddons/Setup.shtml?ts=1246930137517"
jQuery1246930135945="27">Buy text bundle</A> </LI>
<LI id=webtext><SPAN class=info>300 / 300 webtexts sent </SPAN><A
href="[color=FF0000]/myv/messaging/webtext/index.jsp?ts=1246930137517[/color]"
jQuery1246930135945="28">Webtext</A> </LI></UL>
<DIV class=sign-out-link><A title="Sign out of My Vodafone"
href="https://www.vodafone.ie/myv/services/logout/Logout.shtml?ts=1246930137517"><IMG
class=rollover alt="sign out" src="/images/design/sign-out_btn_rollover.png"
width=56 height=24 jQuery1246930135945="3"></A></DIV>
请问如何提取红色部分的超链接地址,并自动摸拟鼠标单击?因为后面是随机数,所以只能通过其它方式提取?谢谢!