我如何使用 LibXml 2.2 (Objective C) 返回 HTML 文件中的所有超链接
我想返回 html 中的所有超链接。 XPath 查询是什么?(目标 C)
i want to return all the hyperlinks in a html. what would be the XPath Query that ?(Objective C)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用下一个示例来完成您的任务。
要设置 libxml2,请仔细阅读 设置您的项目文件。
您也可以从网站下载工作示例并编译。
You can use next sample for your task
For setting up libxml2 read carefully section Setting up your project file.
Also you can download working sample from site and compile.