holly: easy [阅读: 447] 2007-02-23 15:35:45 #define myprintf(x) \ { \ if (xxx) \ printf x; \ } 这是一个常用技巧