比如:public void test(String args,int i){}其中(String args,int i)就是参数列表,String是参数类型,可以是简单8种类型,也可以是对象类型。8种类型:byte,short,int,long,float,double,char,boolean