René's URL Explorer Experiment


Title: 網際網路資料處理 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
mmap --- 記憶體對映檔案的支援https://python.github.io/python-docs-zh-tw/library/mmap.html
email --- 郵件和 MIME 處理套件https://python.github.io/python-docs-zh-tw/library/email.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/netdata.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/email.html
上一頁https://python.github.io/python-docs-zh-tw/library/mmap.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/netdata.html
https://python.github.io/python-docs-zh-tw/library/netdata.html#internet-data-handling
email --- 郵件和 MIME 處理套件https://python.github.io/python-docs-zh-tw/library/email.html
email.message:表示電子郵件訊息https://python.github.io/python-docs-zh-tw/library/email.message.html
email.parser:剖析電子郵件訊息https://python.github.io/python-docs-zh-tw/library/email.parser.html
FeedParser APIhttps://python.github.io/python-docs-zh-tw/library/email.parser.html#feedparser-api
Parser APIhttps://python.github.io/python-docs-zh-tw/library/email.parser.html#parser-api
Additional noteshttps://python.github.io/python-docs-zh-tw/library/email.parser.html#additional-notes
email.generator:產生 MIME 文件https://python.github.io/python-docs-zh-tw/library/email.generator.html
email.policy: Policy Objectshttps://python.github.io/python-docs-zh-tw/library/email.policy.html
email.errors:例外和缺陷類別https://python.github.io/python-docs-zh-tw/library/email.errors.html
email.headerregistry:自訂標頭物件https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html
email.contentmanager:管理 MIME 內容https://python.github.io/python-docs-zh-tw/library/email.contentmanager.html
Content Manager Instanceshttps://python.github.io/python-docs-zh-tw/library/email.contentmanager.html#content-manager-instances
email:範例https://python.github.io/python-docs-zh-tw/library/email.examples.html
email.message.Message: Representing an email message using the compat32 APIhttps://python.github.io/python-docs-zh-tw/library/email.compat32-message.html
email.mime:從頭開始建立電子郵件和 MIME 物件https://python.github.io/python-docs-zh-tw/library/email.mime.html
email.header:國際化標頭https://python.github.io/python-docs-zh-tw/library/email.header.html
email.charset:字元集合的表示https://python.github.io/python-docs-zh-tw/library/email.charset.html
email.encoders:編碼器https://python.github.io/python-docs-zh-tw/library/email.encoders.html
email.utils:雜項工具https://python.github.io/python-docs-zh-tw/library/email.utils.html
email.iterators:疊代器https://python.github.io/python-docs-zh-tw/library/email.iterators.html
json --- JSON 編碼器與解碼器https://python.github.io/python-docs-zh-tw/library/json.html
基本用法https://python.github.io/python-docs-zh-tw/library/json.html#basic-usage
編碼器與解碼器https://python.github.io/python-docs-zh-tw/library/json.html#encoders-and-decoders
例外https://python.github.io/python-docs-zh-tw/library/json.html#exceptions
合規性與互通性(Interoperability)https://python.github.io/python-docs-zh-tw/library/json.html#standard-compliance-and-interoperability
字元編碼格式https://python.github.io/python-docs-zh-tw/library/json.html#character-encodings
正負無限與非數值https://python.github.io/python-docs-zh-tw/library/json.html#infinite-and-nan-number-values
物件內重複的名稱https://python.github.io/python-docs-zh-tw/library/json.html#repeated-names-within-an-object
位於頂層的非物件及非列表值https://python.github.io/python-docs-zh-tw/library/json.html#top-level-non-object-non-array-values
實作限制https://python.github.io/python-docs-zh-tw/library/json.html#implementation-limitations
命令列介面https://python.github.io/python-docs-zh-tw/library/json.html#module-json.tool
命令列選項https://python.github.io/python-docs-zh-tw/library/json.html#command-line-options
mailbox --- 以各種格式操作郵件信箱https://python.github.io/python-docs-zh-tw/library/mailbox.html
Mailbox 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#mailbox-objects
Mailbox 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#maildir-objects
mbox 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#mbox-objects
MH 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#mh-objects
Babyl 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#babyl-objects
MMDF 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#mmdf-objects
Message 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#message-objects
MaildirMessage 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#maildirmessage-objects
mboxMessage 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#mboxmessage-objects
MHMessage 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#mhmessage-objects
BabylMessage 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#babylmessage-objects
MMDFMessage 物件https://python.github.io/python-docs-zh-tw/library/mailbox.html#mmdfmessage-objects
例外https://python.github.io/python-docs-zh-tw/library/mailbox.html#exceptions
範例https://python.github.io/python-docs-zh-tw/library/mailbox.html#examples
mimetypes --- 將檔案名稱對映到 MIME 類型https://python.github.io/python-docs-zh-tw/library/mimetypes.html
MimeTypes 物件https://python.github.io/python-docs-zh-tw/library/mimetypes.html#mimetypes-objects
命令列用法https://python.github.io/python-docs-zh-tw/library/mimetypes.html#command-line-usage
Command-line examplehttps://python.github.io/python-docs-zh-tw/library/mimetypes.html#command-line-example
base64 --- Base16、Base32、Base64、Base85 資料編碼https://python.github.io/python-docs-zh-tw/library/base64.html
RFC 4648 編碼https://python.github.io/python-docs-zh-tw/library/base64.html#rfc-4648-encodings
Base85 編碼https://python.github.io/python-docs-zh-tw/library/base64.html#base85-encodings
舊版介面https://python.github.io/python-docs-zh-tw/library/base64.html#legacy-interface
安全性注意事項https://python.github.io/python-docs-zh-tw/library/base64.html#security-considerations
binascii --- 在二進位制和 ASCII 之間轉換https://python.github.io/python-docs-zh-tw/library/binascii.html
quopri --- 編碼和解碼 MIME 可列印字元資料https://python.github.io/python-docs-zh-tw/library/quopri.html
mmap --- 記憶體對映檔案的支援https://python.github.io/python-docs-zh-tw/library/mmap.html
email --- 郵件和 MIME 處理套件https://python.github.io/python-docs-zh-tw/library/email.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/netdata.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/email.html
上一頁https://python.github.io/python-docs-zh-tw/library/mmap.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/netdata.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.