条件编译 。。 #define HBDEBUG #ifdef HBDEBUG #define Log(a,...) printf(a,##__VA_ARGS__) #else #define Log(a) #endif