声明参数数组:
public int a(params int[] b){}该方法可以接收任意个数的int类型参数;
public int a(params onjected[] b){}接收任意类型,任意个数的参数