htmlagility 插入行号

发布于 2024-10-24 21:10:55 字数 120 浏览 3 评论 0原文

我有一个关于 htmlagilitypack 的问题。

如何插入特定的行或行位置(而不是节点)?如果我在第 100 行出现 HtmlParseError (缺少开始标记),我该如何将这个缺少的标记插入到该行中。

I have a question about htmlagilitypack.

How can I insert into specific line or lineposition (not node)? If I have HtmlParseError at line 100 (missing opening tag ), how can I insert this missing tag into that line.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼眸里的那抹悲凉 2024-10-31 21:10:56

在一般情况下,你不能。

您必须使用标准文本流(例如 StreamReader)重新加载文件,并使用行 & 直接在原始文本中修复它。列位置。

In the general case, you can't.

You'll have to reload the file with a standard text stream (StreamReader say), and fix it directly in the raw text, using the line & column position.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文