¡@

Home 

2014/10/15 ¤U¤È 10:10:42

iphone Programming Glossary: jsonparams

iPhone: Handle two(or multiple) responses for two requests in the same delegate

http://stackoverflow.com/questions/9237842/iphone-handle-twoor-multiple-responses-for-two-requests-in-the-same-delegate

the same Delegate if responseData doing something Class B ServerConnection NSURLConnection executeAsyncHttpPost id jsonParams NSString urlstr NSString stringWithFormat @ @ baseURL urlstr urlstr stringByAppendingFormat method NSURL pUrl NSURL URLWithString.. urlstr NSMutableURLRequest request NSMutableURLRequest alloc initWithURL pUrl NSData requestData NSData dataWithBytes jsonParams UTF8String length jsonParams length request setHTTPMethod @ POST request setValue @ application json forHTTPHeaderField.. NSMutableURLRequest alloc initWithURL pUrl NSData requestData NSData dataWithBytes jsonParams UTF8String length jsonParams length request setHTTPMethod @ POST request setValue @ application json forHTTPHeaderField @ Accept request setValue @ application..