摘要: Double dValue = 95.12345; int iValue = 10000; string strValue = "95.12345"; string result = ""; result = Convert.ToDouble(dValue).ToString("0.00");//保 阅读全文
posted @ 2016-05-17 16:35 ChineseMoonGod 阅读(2092) 评论(0) 推荐(0)