如何使用 Html Agility Pack 将文本加载为 html
<table class="\"matches \">
<thead>
<tr class="\"sub-head\">
<th class="\"day\">
Day<\/th><th class="\"date\">
Date<\/th><th class="\"team team-a\">
Home team<\/th><th class="\"score-time\">
Score\/Time<\/th><th class="\"team team-b\">
Away team<\/th><th class="\"events-button button\">
<\/th><th class="\"info-button button\">
我如何将此文本加载或解析为 html,然后使用 HAP 提取数据? 谢谢
<table class="\"matches \">
<thead>
<tr class="\"sub-head\">
<th class="\"day\">
Day<\/th><th class="\"date\">
Date<\/th><th class="\"team team-a\">
Home team<\/th><th class="\"score-time\">
Score\/Time<\/th><th class="\"team team-b\">
Away team<\/th><th class="\"events-button button\">
<\/th><th class="\"info-button button\">
How can i load or parse this text as html then extract it data using HAP?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
干得好:
Here you go:
此答案可能会帮助您入门。
您是否错误地添加了多余的反斜杠,或者源 HTML 文档实际上就是这样的?
This answer may help get you started.
Have you got the extra backslashes in there by mistake, or is that how the source HTML document actually looks?