2020年5月28日
摘要: 方法参数个数 int getNum(int i){}int getNum(int i,int b,int c){} 方法参数个数不确定,参数使用数组和集合类,也可以使用... public static int max(int... n) { int m = 0; if (n.length > 0) 阅读全文
posted @ 2020-05-28 18:58 今进 阅读(165) 评论(0) 推荐(0)



感谢留言批评