1. 属性里定义宏 Debug Definitions 里定义_DEBUG Release Definitions 里不要有_DEBUG 2. 程序里判断是否定义了宏 #if _DEBUG //必须与定义的一样 #else #endif