项目作者: dbsGen

项目描述 :
objective-c中类似java占位符的实现 | you can format the string like in java
高级语言: Objective-C
项目地址: git://github.com/dbsGen/StringPlaceholderFormat.git
创建时间: 2012-05-22T06:37:46Z
项目社区:https://github.com/dbsGen/StringPlaceholderFormat

开源协议:

下载


StringPlaceholderFormat

objective-c中类似java占位符的实现

for example:

  1. NSLog(@"%@", [NSString stringWithFormatEx:@"{2},{1},c", @"b", @"a"]);