haitao: 宏的参数个数是不一定的哦。。。。 [阅读: 461] 2007-02-23 15:39:17 #define myprintf(fmt,x1,x2,....) \ { \ if (xxx) \ printf (fmt,x1,x2,....); \ }