IOS 参数string 转成url

//参数string 转成url

        NSURL *url = [NSURL URLWithString:requestString];

        NSURLRequest *request = [NSURLRequest requestWithURL:url];

        NSURLConnection *connection = [[NSURLConnection alloc]initWithRequest:request delegate:self startImmediately:YES];

 

posted on 2017-03-14 20:01  麦芽呀~  阅读(424)  评论(0编辑  收藏  举报