摘要: f package method; public class Demo1 { //main方法 public static void main(String[] args) { //实际参数:实际调用传给他的参数 int sum = add(23, 2); System.out.println(su 阅读全文
posted @ 2025-09-06 23:37 冰涿 阅读(8) 评论(0) 推荐(0)