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.
我已经按照以下规则将一些数据放入字典中,NSJSONSerialization并检索了我的JSONString. 如何将此 JSON 对象发送AFNetworking到服务器?
NSJSONSerialization
JSONString
AFNetworking
我需要从名字,姓氏,一些数字等表格中传递一些信息并将其发送到服务器。那可能吗?
AFNetworking具有做文章的内在能力。这是一个包含详细信息的教程。
http://samwize.com/2012/10/25/simple-get-post-afnetworking/