摘要: function getMax(a,b,c){ var max=a>b?a:b; c>max&&(max=c); return max; } 阅读全文
posted @ 2018-06-06 11:01 mchtig 阅读(177) 评论(0) 推荐(0)