Python list五种扩展方式:1. append2. l1 + l23. Slicing4. 用chain,格式list(chain(a, [x, y, z..]))5. list的extend方法。
网页链接