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.
嗨,我是 iphone 编程新手,我正在开发一个应用程序,它是基于视图的应用程序中的测验应用程序。开始测验时,我需要从测验中的 rss 提要中的特定站点(URL)获取问题。所以任何帮助都会对我有用。建议将被接受。
向站点发送NSURLConnection请求并使用NSXMLParser. 以下是一些链接: NSURLConnection
NSURLConnection
NSXMLParser
NSXML解析器