【发布时间】:2012-11-09 09:50:31
【问题描述】:
在我的应用程序中,我有一个网页的 URL,我想通过识别 html 标签从该 URL(其 html 页面)中获取特定的部分/部分。
例如,我想根据 html 源代码获取 <div id="content"> to </div> 的部分。
这样我就可以将它保存在另一个文件中。
例如我的网址是 http://www.makepartsfast.com/2012/09/4337/more-3d-printing-in-metals-ex-one-introduces-the-m-flex-3d-printing-system/,打开一个html页面。我只想要该页面的一部分。
我该怎么做?
谢谢..
【问题讨论】:
标签: iphone html objective-c ios xcode