public void meth2(int num1){}public void meth1(){ int[] num = new int[5]{1,2,3,4,5}; for(int i=0;i { meth2(num[i]); }}望采纳!!!