把一个项目添加到指定索引把一个项目添加到指定索引thislist = ["apple", "banana", "cherry"]thislist.insert(1, "orange")print(thislist)