摘要: 方法的形式参数 形式参数是基本数据类型 形式参数是引用类型 (1)形式参数是基本数据类型 基本数据类型作为方法的形参,形式参数的改变不影响实际参数 public static void main(String[] args) { int a = 10; int b = 20; System.out. 阅读全文
posted @ 2024-08-07 22:07 hello_future 阅读(17) 评论(0) 推荐(1)