项目作者: dbsGen
项目描述 :
objective-c中类似java占位符的实现 | you can format the string like in java
高级语言: Objective-C
项目地址: git://github.com/dbsGen/StringPlaceholderFormat.git
objective-c中类似java占位符的实现
for example:
NSLog(@"%@", [NSString stringWithFormatEx:@"{2},{1},c", @"b", @"a"]);