日期:2014-05-18 浏览次数:20816 次
int a = 10; int b = 3; MessageBox.Show((decimal.Parse(a.ToString()) / decimal.Parse(b.ToString())).ToString("f2"));