python 中的collections模块提供了很多有用的模块,其中的deque可以称得上是加强版的列表。deque基本具备所有的列表方法:from collections import dequeq=deque([1,2 ...
確定! 回上一頁