在iOS中的nsurlsession
我想在nsmutabledictionary中使用键发送图像,然后使用Post&使用目标C
很容易将UIIMAGE转换为数据,然后将其设置在NSMutabledictionary
中NSData *data = UIImageJPEGRepresentation(myImageView.image, 0.8);