`
ydbc
  • 浏览: 718525 次
  • 性别: Icon_minigender_1
  • 来自: 大连
文章分类
社区版块
存档分类
最新评论

Three20 post 方式

 
阅读更多

TTURLRequest *request = [TTURLRequest requestWithURL:url delegate:self];

TTURLDataResponse *response = [[[TTURLDataResponse alloc] init] autorelease];

NSString *body = [NSString stringWithFormat:@"seat=%@&chooseSeat=%@",seat,chooseSeat ];

request.httpMethod = @"POST";

request.httpBody = [body dataUsingEncoding:NSUTF8StringEncoding];

request.cachePolicy = TTURLRequestCachePolicyNoCache;

request.contentType = kDefaultContentType;

request.response = response;

request.userInfo = @"seatscheck";

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics