本篇博客将介绍如何在博客中引入valine评论系统,如果要使用disqus可以参考这里。
序列构成的数组: 容器序列:list、tuple和collections.dequeue这些序列能存放不同类型的数据 扁平序列:str、bytes、bytearray、memeoryview和array.array这些序列只能存放一种类型的数据 可变序列:list、bytearray、array.array、collections.dequeue和memoryview 不可变序列:tuple、str和bytes
