pubilc ArrayList GetArrayList(……){ ArrayList list = new ArrayList(); list.Add(……); //添加变量到list …… return list;}
简单return