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];