日期:2014-05-18 浏览次数:20802 次
int MaxNum(int a,int b,int c) { return Math.Max(Math.Max(a, b),c);//Math是 System.Math下的 } ------解决方案--------------------