访问url链接 {代码...} @property(nonatomic,strong)NSURL *url; @property(nonatomic,weak)IBOutlet UIWebView *webView; @end 实现代理方法: #pragma mark - NSURLSessionDataDelegate代理方法 -(void)URLSession:(NSURLSession )session task:(NSURLSessionTask )task didReceiveChallenge:(NSURLAuthenticationChal...