iOS - 有没有好的方法来清理 HTML 代码?
在我的应用程序中,我从网络中提取一些 HTML 内容。有时,该标记不是最有效的代码,我想清理它(修复标记错误等),类似于 HTMLTidy 的工作方式。
有人提到了 libTidy,但我没有找到如何使用它,所以我想问一下,清理 HTML 以便在 iOS 中更有效的最佳方法是什么?
In my app I am pulling in some HTML content from the web. Sometimes that markup isn't the most valid looking code and I would like to clean it up (fixing markup errors, etc.), similar to how HTMLTidy works.
Someone mentioned libTidy, but I find nothing about how to use it, so let me ask, what is the best way to clean up HTML to be more valid in iOS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看https://stackoverflow.com/a/24794675。它描述了如何创建模块映射文件,以便您可以包含 libTidy。
br
丹尼斯
Take a look at https://stackoverflow.com/a/24794675. It describes how to create a modulemap file so you can include libTidy.
br
denis