-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
Milestone
Description
如以下标签
<dd style='margin-bottom: .5em'>
<a href="http://www.7-zip.org/" itemprop="url">
<i class='icon-external-link'> </i>
Homepage
</a>
<br />
<a href="http://www.7-zip.org/">
<i class='icon-external-link'> </i>
Download
</a>
<br />
<a href='/p/sevenzip/links'>
Forums
<i>( 2 Links )</i>
</a>
<br />
</dd>如何抽取到文本内容为Homepage的a标签的href?
使用注解的方式ExtractBy("//a[contains(text(),'Homepage')]/@href")是不行的