如一个double d = 1.1200,需要显示1.12,则d.ToString("N");
需要保留两位小数,采用Math.Round(d, 2, MidpointRounding.AwayFromZero);