如何将值替换为变量。
NSURLRequest *request = [NSURLRequest requestWithURL: [NSURL
URLWithString:@"https://maps.googleapis.com/maps/api/place/search/json?location=-33.8670522,151.1957362&radius=500&types=food"]];
我想更换
1) -33.867
2) 151
3) 500
4) food
带有 URLWithString 中的变量。提前致谢。