摘要: java方法 public static void main(String[] args) { int max = max(10, 20); System.out.println(max); } //比大小 public static int max(int num1,int num2){ int 阅读全文
posted @ 2022-03-05 22:27 scholardream 阅读(22) 评论(0) 推荐(0)