序列类型的分类容器序列 list tuple deque 扁平序列 str bytes bytearray array 可变序列 list deque bytearray array 不可变 str tuple bytes