可以用List泛型类,可以灵活的添加、删除,插入等。如果你要用的是int型,那么就写List a=new List();就可以了
List arr = new List();
string [] str=new string[];