在列表中追加元素,可以使用append(),列表相加也可以用extend()函数,多次追加元素可以用“+”实现
转载于:https://www.cnblogs.com/shixisheng/p/9328034.html