🌈 搜索
📅  最后修改于: 2022-03-11 14:46:55.342000             🧑  作者: Mango
ls = [1, 2, 3] ls.insert(0, "new") # result -> ["new", 1, 2, 3]