方法的參數類型

package cn.iostream; import cn.arrayList.Person; public class MethodParam { public static void main(String[] args) { method1(100); int[] arr = {10,20,30}; method2(arr);
相關文章
相關標籤/搜索