NSString *city = @"北京";
NSString *city2 =[city stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLHostAllowedCharacterSet]];