日期:2014-05-18 浏览次数:21064 次
private static float m_fltValue=0.5; ///每次运行此方法,m_fltValue*0.5 public void Method() { ... m_fltValue *=0.5; }