首页 > 代码库 > 调试输出

调试输出

 catch(Exception oEx)
   {
#if DEBUG
    throw oEx;
#endif
    return embedValue;
   }

调试输出