在Objective-C中定义字符串时,我可以使用字符串格式轻松分配,例如
NSString *myVar = @"My String has %d words", 4;
string objective-c
objective-c ×1
string ×1