赞
踩
一.列表合并--append()
二.列表合并--extend()
三.列表合并--“+”
四.列表去重--set
五.列表排序--sort()或sorted()->(是sort()是列表对象固有的方法,sorted()是对所有序列进行排序)