我是 htmlagilitypack 的新手,我正在尝试找出一种方法,我可以从这样的 HTML 设置中获取链接
<div class="std"><div style="border-right: 1px solid #CCCCCC; float: left; height: 590px; width: 190px;"><div style="background-color: #eae3db; padding: 8px 0 8px 20px; font-weight: bold; font-size: 13px;">test</div>
<div>
<div style="font-weight: bold; margin: 5px 0 -6px;">FEATURED</div>
<span class="widget widget-category-link"><a href="http://www.href1.com"><span>cat1</span></a></span>
<span class="widget widget-category-link"><a href="http://www.href1.com"><span>cat2</span></a></span>
</div></div>
我还没有在 c# 中编写任何代码,但我想知道是否有人可以建议在没有 HTML ID 时应该指向哪些标签来获取链接和内部文本。谢谢