将 HTML 转换为纯文本并保留换行符
我正在寻找一些代码,可以将我的 html 字符串转换为纯文本,但它可以将 html 的换行符转换为 "\r\n" 换行符。我想通过邮件发送输出。我怎样才能实现这个目标?我应该选择 Regex、HTMLAgilityPack 还是其他选项?
I am looking for some code which can convert my html string to plain text but it can convert the line breaks of html with "\r\n" line breaks . I want to send the output in my mail. How can I achieve this? what option should I go Regex, HTMLAgilityPack or else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
nl2br 函数的相反函数怎么样?
How about the opposite of nl2br function?