2015年11月16日
摘要: 1. double num = 87.434948834; num = Math.Round(num, 2);2. double num = 87.434948834; string str = num.ToString("f2"); 阅读全文
posted @ 2015-11-16 19:01 L_Zhiwei 阅读(174) 评论(0) 推荐(0) 编辑