项目名称 项目描述
Math.Round(13.1254, 2) 四舍五入,输入结果:12.13
实例运用,发票点数四舍五入 myAccount = float.Parse(Math.Round(myAccount * 0.06f, 2).ToString());
HttpContext.Current.Request 常用对象