René's URL Explorer Experiment


Title: gzip --- gzip 檔案的支援 — 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
gzip --- gzip 檔案的支援https://python.github.io/python-docs-zh-tw/library/gzip.html
用法範例https://python.github.io/python-docs-zh-tw/library/gzip.html#examples-of-usage
命令列介面https://python.github.io/python-docs-zh-tw/library/gzip.html#command-line-interface
命令列選項https://python.github.io/python-docs-zh-tw/library/gzip.html#command-line-options
zlib --- 相容於 gzip 的壓縮https://python.github.io/python-docs-zh-tw/library/zlib.html
bz2 --- bzip2 壓縮的支援https://python.github.io/python-docs-zh-tw/library/bz2.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/gzip.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/bz2.html
上一頁https://python.github.io/python-docs-zh-tw/library/zlib.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/archiving.html
gzip --- gzip 檔案的支援https://python.github.io/python-docs-zh-tw/library/gzip.html
https://python.github.io/python-docs-zh-tw/library/gzip.html#module-gzip
Lib/gzip.pyhttps://github.com/python/cpython/tree/3.14/Lib/gzip.py
optional modulehttps://python.github.io/python-docs-zh-tw/glossary.html#term-optional-module
可選模組的需求https://python.github.io/python-docs-zh-tw/using/configure.html#optional-module-requirements
zlibhttps://python.github.io/python-docs-zh-tw/library/zlib.html#module-zlib
gziphttps://python.github.io/python-docs-zh-tw/library/gzip.html#module-gzip
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
open()https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.open
compress()https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.compress
decompress()https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.decompress
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.open
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
io.TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
類路徑物件https://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.BadGzipFile
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
EOFErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#EOFError
zlib.errorhttps://python.github.io/python-docs-zh-tw/library/zlib.html#zlib.error
https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
truncate()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.truncate
io.BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
open()https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.open
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
io.TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
mtimehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile.mtime
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
io.BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
io.BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
getvalue()https://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO.getvalue
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
io.BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
truncate()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.truncate
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile.peek
peek()https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile.peek
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile.mode
https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile.mtime
https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile.name
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
os.fspath()https://python.github.io/python-docs-zh-tw/library/os.html#os.fspath
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
mtimehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile.mtime
io.BufferedIOBase.read1()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read1
bytes-like objectshttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
read()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read
類路徑物件https://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
namehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile.name
https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.compress
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
zlib.compress()https://python.github.io/python-docs-zh-tw/library/zlib.html#zlib.compress
https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.decompress
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
zlib.decompress()https://python.github.io/python-docs-zh-tw/library/zlib.html#zlib.decompress
https://python.github.io/python-docs-zh-tw/library/gzip.html#examples-of-usage
zlibhttps://python.github.io/python-docs-zh-tw/library/zlib.html#module-zlib
python-isalhttps://github.com/pycompression/python-isal
https://python.github.io/python-docs-zh-tw/library/gzip.html#command-line-interface
gziphttps://python.github.io/python-docs-zh-tw/library/gzip.html#module-gzip
gziphttps://python.github.io/python-docs-zh-tw/library/gzip.html#module-gzip
https://python.github.io/python-docs-zh-tw/library/gzip.html#command-line-options
https://python.github.io/python-docs-zh-tw/library/gzip.html#cmdoption-gzip-arg-file
sys.stdinhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdin
https://python.github.io/python-docs-zh-tw/library/gzip.html#cmdoption-gzip-fast
https://python.github.io/python-docs-zh-tw/library/gzip.html#cmdoption-gzip-best
https://python.github.io/python-docs-zh-tw/library/gzip.html#cmdoption-gzip-d
https://python.github.io/python-docs-zh-tw/library/gzip.html#cmdoption-gzip-h
目錄https://python.github.io/python-docs-zh-tw/contents.html
gzip --- gzip 檔案的支援https://python.github.io/python-docs-zh-tw/library/gzip.html
用法範例https://python.github.io/python-docs-zh-tw/library/gzip.html#examples-of-usage
命令列介面https://python.github.io/python-docs-zh-tw/library/gzip.html#command-line-interface
命令列選項https://python.github.io/python-docs-zh-tw/library/gzip.html#command-line-options
zlib --- 相容於 gzip 的壓縮https://python.github.io/python-docs-zh-tw/library/zlib.html
bz2 --- bzip2 壓縮的支援https://python.github.io/python-docs-zh-tw/library/bz2.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/gzip.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/bz2.html
上一頁https://python.github.io/python-docs-zh-tw/library/zlib.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/archiving.html
gzip --- gzip 檔案的支援https://python.github.io/python-docs-zh-tw/library/gzip.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.