一、添加的数据类型不同 list.append(object)# 向列表中添加一个对象objectlist.extend(sequence)# 把一个序列seq的内容添加到列表中 append()可以添加