如何判断当前是DEBUG/还是RELEASE

#ifdef _DEBUG
  // do something
#else
  // do something
#endif
posted @ 2011-06-24 15:37  大有|元亨  阅读(932)  评论(0)    收藏  举报