/** 动态的字符串格式化宏 */ #define NSStringFormat(format, ...) [NSString stringWithFormat:format, ##__VA_ARGS__]