René's URL Explorer Experiment


Title: collections --- 容器資料型別 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
collections --- 容器資料型別https://python.github.io/python-docs-zh-tw/library/collections.html
ChainMap 物件https://python.github.io/python-docs-zh-tw/library/collections.html#chainmap-objects
ChainMap 範例和用法https://python.github.io/python-docs-zh-tw/library/collections.html#chainmap-examples-and-recipes
Counter 物件https://python.github.io/python-docs-zh-tw/library/collections.html#counter-objects
deque 物件https://python.github.io/python-docs-zh-tw/library/collections.html#deque-objects
deque 用法https://python.github.io/python-docs-zh-tw/library/collections.html#deque-recipes
defaultdict 物件https://python.github.io/python-docs-zh-tw/library/collections.html#defaultdict-objects
defaultdict 範例https://python.github.io/python-docs-zh-tw/library/collections.html#defaultdict-examples
namedtuple() 擁有具名欄位之 tuple 的工廠函式https://python.github.io/python-docs-zh-tw/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields
OrderedDict 物件https://python.github.io/python-docs-zh-tw/library/collections.html#ordereddict-objects
OrderedDict 範例與用法https://python.github.io/python-docs-zh-tw/library/collections.html#ordereddict-examples-and-recipes
UserDict 物件https://python.github.io/python-docs-zh-tw/library/collections.html#userdict-objects
UserList 物件https://python.github.io/python-docs-zh-tw/library/collections.html#userlist-objects
UserString 物件https://python.github.io/python-docs-zh-tw/library/collections.html#userstring-objects
calendar --- 日曆相關函式https://python.github.io/python-docs-zh-tw/library/calendar.html
collections.abc --- 容器的抽象基底類別https://python.github.io/python-docs-zh-tw/library/collections.abc.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/collections.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/collections.abc.html
上一頁https://python.github.io/python-docs-zh-tw/library/calendar.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
資料型別https://python.github.io/python-docs-zh-tw/library/datatypes.html
collections --- 容器資料型別https://python.github.io/python-docs-zh-tw/library/collections.html
https://python.github.io/python-docs-zh-tw/library/collections.html#module-collections
Lib/collections/__init__.pyhttps://github.com/python/cpython/tree/3.14/Lib/collections/__init__.py
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
namedtuple()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.namedtuple
dequehttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
可雜湊https://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
UserDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict
UserListhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList
UserStringhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
https://python.github.io/python-docs-zh-tw/library/collections.html#chainmap-objects
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.update
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap.maps
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap.new_child
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap.parents
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
巢狀作用域https://python.github.io/python-docs-zh-tw/glossary.html#term-nested-scope
nonlocalhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#nonlocal
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
dict.update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.update
PEP 584https://peps.python.org/pep-0584/
CodeTools packagehttps://github.com/enthought/codetools
MultiContext classhttps://github.com/enthought/codetools/blob/4.0.0/codetools/contexts/multi_context.py
Context classhttps://github.com/django/django/blob/main/django/template/context.py
new_child()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap.new_child
parentshttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap.parents
Nested Contexts recipehttps://code.activestate.com/recipes/577434-nested-contexts-a-chain-of-mapping-objects/
極度簡化、維讀版本的 Chainmaphttps://code.activestate.com/recipes/305268/
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
https://python.github.io/python-docs-zh-tw/library/collections.html#chainmap-examples-and-recipes
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
https://python.github.io/python-docs-zh-tw/library/collections.html#counter-objects
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
可雜湊https://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.elements
elements()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.elements
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.most_common
most_common()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.most_common
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.subtract
dict.update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.update
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.total
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.fromkeys
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.update
dict.update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.update
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
most_common()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.most_common
update()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.update
subtract()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.subtract
elements()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter.elements
Bag classhttps://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html
多重集合https://en.wikipedia.org/wiki/Multiset
C++ multisetshttp://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
itertools.combinations_with_replacement()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.combinations_with_replacement
dequehttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque
https://python.github.io/python-docs-zh-tw/library/collections.html#deque-objects
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque
append()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.append
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.append
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.appendleft
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.clear
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.copy
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.count
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.extend
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.extendleft
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.index
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.insert
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.pop
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.popleft
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.remove
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.reverse
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.rotate
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.maxlen
inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#in
dequehttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque
https://python.github.io/python-docs-zh-tw/library/collections.html#deque-recipes
輪詢調度器https://en.wikipedia.org/wiki/Round-robin_scheduling
dequehttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque
popleft()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.popleft
rotate()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.rotate
rotate()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.rotate
dequehttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque
dequehttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque
rotate()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.rotate
popleft()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.popleft
extend()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque.extend
defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
https://python.github.io/python-docs-zh-tw/library/collections.html#defaultdict-objects
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.__missing__
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__missing__()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.__missing__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
get()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.get
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
__missing__()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.__missing__
PEP 584https://peps.python.org/pep-0584/
defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
https://python.github.io/python-docs-zh-tw/library/collections.html#defaultdict-examples
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
list.append()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.append
list.append()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.append
dict.setdefault()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.setdefault
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
default_factoryhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
namedtuple()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.namedtuple
https://python.github.io/python-docs-zh-tw/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.namedtuple
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
keywordhttps://python.github.io/python-docs-zh-tw/library/keyword.html#module-keyword
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
__module__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__module__
僅限關鍵字引數https://python.github.io/python-docs-zh-tw/glossary.html#keyword-only-parameter
_field_defaultshttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.somenamedtuple._field_defaults
csvhttps://python.github.io/python-docs-zh-tw/library/csv.html#module-csv
sqlite3https://python.github.io/python-docs-zh-tw/library/sqlite3.html#module-sqlite3
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.somenamedtuple._make
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.somenamedtuple._asdict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.somenamedtuple._replace
copy.replace()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.replace
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.somenamedtuple._fields
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.somenamedtuple._field_defaults
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
拆解引數列表(Unpacking Argument Lists)https://python.github.io/python-docs-zh-tw/tutorial/controlflow.html#tut-unpacking-arguments
_fieldshttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.somenamedtuple._fields
typing.NamedTuplehttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.NamedTuple
classhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#class
types.SimpleNamespace()https://python.github.io/python-docs-zh-tw/library/types.html#types.SimpleNamespace
dataclasseshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#module-dataclasses
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
https://python.github.io/python-docs-zh-tw/library/collections.html#ordereddict-objects
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
popitem()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict.popitem
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
move_to_end()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict.move_to_end
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
__reversed__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__reversed__
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict.popitem
popitem()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict.popitem
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict.move_to_end
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
reversed()https://python.github.io/python-docs-zh-tw/library/functions.html#reversed
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
Mappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Mapping
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
視圖https://python.github.io/python-docs-zh-tw/glossary.html#term-dictionary-view
reversed()https://python.github.io/python-docs-zh-tw/library/functions.html#reversed
PEP 468https://peps.python.org/pep-0468/
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.update
PEP 584https://peps.python.org/pep-0584/
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
https://python.github.io/python-docs-zh-tw/library/collections.html#ordereddict-examples-and-recipes
OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
functools.lru_cache()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.lru_cache
UserDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict
https://python.github.io/python-docs-zh-tw/library/collections.html#userdict-objects
UserDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict
UserDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict
datahttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict.data
datahttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict.data
UserDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict.data
UserDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict
UserListhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList
https://python.github.io/python-docs-zh-tw/library/collections.html#userlist-objects
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList
UserListhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList
datahttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList.data
UserListhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList
UserListhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList.data
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
UserListhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList
UserListhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList
UserStringhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString
https://python.github.io/python-docs-zh-tw/library/collections.html#userstring-objects
UserStringhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString
UserStringhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString
datahttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString.data
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
UserStringhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString
https://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString.data
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
UserStringhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString
目錄https://python.github.io/python-docs-zh-tw/contents.html
collections --- 容器資料型別https://python.github.io/python-docs-zh-tw/library/collections.html
ChainMap 物件https://python.github.io/python-docs-zh-tw/library/collections.html#chainmap-objects
ChainMap 範例和用法https://python.github.io/python-docs-zh-tw/library/collections.html#chainmap-examples-and-recipes
Counter 物件https://python.github.io/python-docs-zh-tw/library/collections.html#counter-objects
deque 物件https://python.github.io/python-docs-zh-tw/library/collections.html#deque-objects
deque 用法https://python.github.io/python-docs-zh-tw/library/collections.html#deque-recipes
defaultdict 物件https://python.github.io/python-docs-zh-tw/library/collections.html#defaultdict-objects
defaultdict 範例https://python.github.io/python-docs-zh-tw/library/collections.html#defaultdict-examples
namedtuple() 擁有具名欄位之 tuple 的工廠函式https://python.github.io/python-docs-zh-tw/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields
OrderedDict 物件https://python.github.io/python-docs-zh-tw/library/collections.html#ordereddict-objects
OrderedDict 範例與用法https://python.github.io/python-docs-zh-tw/library/collections.html#ordereddict-examples-and-recipes
UserDict 物件https://python.github.io/python-docs-zh-tw/library/collections.html#userdict-objects
UserList 物件https://python.github.io/python-docs-zh-tw/library/collections.html#userlist-objects
UserString 物件https://python.github.io/python-docs-zh-tw/library/collections.html#userstring-objects
calendar --- 日曆相關函式https://python.github.io/python-docs-zh-tw/library/calendar.html
collections.abc --- 容器的抽象基底類別https://python.github.io/python-docs-zh-tw/library/collections.abc.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/collections.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/collections.abc.html
上一頁https://python.github.io/python-docs-zh-tw/library/calendar.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
資料型別https://python.github.io/python-docs-zh-tw/library/datatypes.html
collections --- 容器資料型別https://python.github.io/python-docs-zh-tw/library/collections.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.