关于stringWithFormat:

http://blog.sina.com.cn/s/blog_6b1e4a0601019pib.html

str = [NSString stringWithFormat:@"%@,%@",@"123",@"456"];

NSLog(@"%@",str);

原文地址:https://www.cnblogs.com/guozai9527/p/3760868.html