摘要: #region 小写金额转换为大写 public static string CurrToChnNum(double Currnum) { string sResult = ""; if (Math.Abs(Cu... 阅读全文
posted @ 2014-09-19 15:38 慧由心生 阅读(1377) 评论(0) 推荐(0)