html ASP.Net MVC 中的未封闭标签
我有一个由 ckeditor 填写的产品描述。我在页面上显示了部分描述。问题是他们制造了问题。
假设 ckeditor 创建了 blahblah
并且我将文本剪切到限制代码,然后逻辑上 p 标签没有关闭。所以这是我能做的。
关闭标签。我可以从他们那里获取文本并附加到我创建的 div 中吗?好吧,我怎样才能做到这一点。
i have a description of a product who fill by ckeditor. i show a part of the description on the page. the problem is that they create a problem.
suppose ckeditor created <p>blahblah</p>
and i cut the text to the limit code have then logically p tag is not closed. so here is something i can do.
close the tag. are i can get the text from them and append inside the div i create. well how i can do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那么问题是您需要显示完整描述的摘录吗?在这种情况下,仅剥离 HTML 并仅显示一定数量的字符是否可行?
So the issues is that you need to display a excerpt of the full description? Is it feasible, in that case, to just strip HTML and just display a certain amount of characters?
如果您需要从 html 中提取文本或修复 html,您可以尝试使用 Html Agility Pack
If you need extract text from html or fix the html you can try using Html Agility Pack