定义一个可以传值的宏

#define ZBColor(r,g,b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue(b)/255.0 alpha:1.0]

原文地址:https://www.cnblogs.com/zhibin/p/4119878.html