#define的一些

// 生成一个字符串

#define NSString(...) [NSString stringWithFormat:__VA_ARGS__]

原文地址:https://www.cnblogs.com/10-19-92/p/4965137.html