NSMutableData *body = [NSMutableData data];
[body appendData:[self addFormData:@"username" withString:@"tom"]];
NSLog(@"-----the body is %@----", body);
但 NSLog 显示 <0d345621 67543687 d123ab023 ........etc>
我认为它应该显示“用户名”=“tom”所有那些十六进制的东西,我的意思是没有人能够理解它。