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.
我如何使用 AFNetworking 的 AFXMLRequestOperation 并使用 TBXML 而不是默认的 NSXMLParser 解析数据...看起来替代方法 XMLDocumentRequestOperationWithRequest 在 iOS 中不起作用(因为不支持 NSXMLDocument)
您必须为 TBXML 实现自己的扩展,或者决定不使用 TBXML 而是使用已经具有扩展的 KissXML:
https://github.com/AFNetworking/AFKissXMLRequestOperation