摘要:
static void Main(string[] args) { //int d = GetInt("4.5"); int d = (int)Math.Round(2.5,MidpointRounding.AwayFromZero); decimal kk = Convert.ToDecimal("3.2"); //int dd = int.Parse(d); int result; int.T... 阅读全文
posted @ 2009-07-29 13:59
许晓光
阅读(291)
评论(0)
推荐(0)