my_list = [1, 2, 3] my_list[0] = 4 print(my_list) # 输出[4, 2, 3]
上一篇:Appendfollowingcodeonpreviouslineinssis
下一篇:Append函数不起作用,也没有错误提示。