使用 Htmlagility pack 从 html 字符串中查找 div
我有一个表,其中的一列保存了页面的所有 html。我想使用 htmlagility 从该 div 获取一个 div(及其内容),我该怎么做。我不想从网址加载它或进行屏幕抓取。
I have a table where in one column, I have saved all the html of a page. I want to fetch a div( and its contents) from that div using htmlagility how can I do this. I don't want to load it from url or do screen scraping.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了这个解决方案。
感谢大家抽出时间。
I found this solution.
thank you all for your time.