(1)List.set 本来应该使用List.add(0,obj)的,结果使用了List.set(0,obj) set会替换掉原来位置的元素,add不会 (2)没有运行单元测试,就提交代码,导致jekens没有通过 (3)