c++ release和debug语句分离

#ifdef _DEBUG

a=1;

#else

a=2;

#endif

原文地址:https://www.cnblogs.com/daochong/p/6723456.html