Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网页,需要用objective-c解析一些div的内容。
<div id="foo">11</div>
然后将它(11)添加到变量..然后用它制作徽章。
怎么做?
这个网站似乎有一个不错的介绍和一套关于开始在 iOS 中抓取的教程。几个月前我用它作为参考。它让您使用libxml2(一个 C 库)和hppleObjective-C 库将 libxml2 包装到 NSObjects 中。
libxml2
hpple