解析 iOS 应用程序中的标准化 HTML

发布于 2024-12-23 12:52:56 字数 441 浏览 0 评论 0原文

我正在开发一个以 html 形式提取内容的 iOS 应用程序。这并不理想,但却是我目前所要做的。无论如何,html 采用以下标准格式:

....Any old html up to this point...
<div class="content odd"> Lorem ipsum... </div>
<div class="content even"> Lorem ipsum... </div>
<div class="content odd"> Lorem ipsum... </div>
<div class="content even"> Lorem ipsum... </div>
....Any old html after this point...

对我来说解析它的最佳方法是什么?

I am working on an iOS application that pulls in content as html. It's not ideal, but is all that I have to work with at the moment. Anyway, the html is in the following standard format:

....Any old html up to this point...
<div class="content odd"> Lorem ipsum... </div>
<div class="content even"> Lorem ipsum... </div>
<div class="content odd"> Lorem ipsum... </div>
<div class="content even"> Lorem ipsum... </div>
....Any old html after this point...

What would be the best way for me to parse this?

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

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

发布评论

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

评论(1

别闹i 2024-12-30 12:52:57

尝试https://github.com/topfunky/hpple。它似乎很好地处理了 html 的混乱。

Try https://github.com/topfunky/hpple. It seems to handle the mess that is html pretty well.

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