iOS NSURLSession DataTask(数据任务)
生活随笔
收集整理的這篇文章主要介紹了
iOS NSURLSession DataTask(数据任务)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
GET
// get請求 - (void)get {NSURL *url = [NSURL URLWithString:@"http://127.0.0.1/demo.json"];[[[NSURLSession sharedSession] dataTaskWithURL:url completionHandler:^(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error) {NSDictionary *dict = [NSJSONSerialization JSONObjectWithData:data options:0 error:NULL];NSLog(@"%@", dict);}] resume]; }POST
// post請求 - (void)post {NSURL *url = [NSURL URLWithString:@"http://127.0.0.1/demo.json"];NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url];request.HTTPMethod = @"post";request.HTTPBody = [@"username=123&password=123" dataUsingEncoding:NSUTF8StringEncoding];[[[NSURLSession sharedSession] dataTaskWithRequest:request completionHandler:^(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error) {NSDictionary *dict = [NSJSONSerialization JSONObjectWithData:data options:0 error:NULL];NSLog(@"%@", dict);}] resume];} 新人創作打卡挑戰賽發博客就能抽獎!定制產品紅包拿不停!總結
以上是生活随笔為你收集整理的iOS NSURLSession DataTask(数据任务)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 工作总结 EntityFramework
- 下一篇: “双十一”Guitar Pro 带你高姿