错误有俩个:1、类Seqlist中没有insert(i+10,i)这样的方法。2、最后for(i=0;i<5;i++)System.out.println(testlist.GetData()+" ");句子中testlist.GetData()方法应该传递int类型作为参数,而你什么也没有传递。