返回列表 回复 发帖
sb1.append(0,"the");和List<int> list=new List<int>;
可能是笔误。

sb1.Insert(0,"the");和List<int> list=new List<int>();才是正确的。
返回列表