René's URL Explorer Experiment


Title: io — 處理資料串流的核心工具 — 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
io — 處理資料串流的核心工具https://python.github.io/python-docs-zh-tw/library/io.html
總覽https://python.github.io/python-docs-zh-tw/library/io.html#overview
文字 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#text-i-o
二進位 (Binary) I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#binary-i-o
原始 (Raw) I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#raw-i-o
文字編碼https://python.github.io/python-docs-zh-tw/library/io.html#text-encoding
選擇性加入的編碼警告https://python.github.io/python-docs-zh-tw/library/io.html#opt-in-encodingwarning
高階模組介面https://python.github.io/python-docs-zh-tw/library/io.html#high-level-module-interface
類別階層https://python.github.io/python-docs-zh-tw/library/io.html#class-hierarchy
I/O 基礎類別https://python.github.io/python-docs-zh-tw/library/io.html#i-o-base-classes
原始檔案 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#raw-file-i-o
Buffered Streamshttps://python.github.io/python-docs-zh-tw/library/io.html#buffered-streams
文字 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#id1
Static Typinghttps://python.github.io/python-docs-zh-tw/library/io.html#static-typing
Performancehttps://python.github.io/python-docs-zh-tw/library/io.html#performance
二進位 (Binary) I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#id2
文字 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#id3
Multi-threadinghttps://python.github.io/python-docs-zh-tw/library/io.html#multi-threading
Reentrancyhttps://python.github.io/python-docs-zh-tw/library/io.html#reentrancy
os --- 各種作業系統介面https://python.github.io/python-docs-zh-tw/library/os.html
time --- 時間存取與轉換https://python.github.io/python-docs-zh-tw/library/time.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/io.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/time.html
上一頁https://python.github.io/python-docs-zh-tw/library/os.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/allos.html
io — 處理資料串流的核心工具https://python.github.io/python-docs-zh-tw/library/io.html
https://python.github.io/python-docs-zh-tw/library/io.html#module-io
Lib/io.pyhttps://github.com/python/cpython/tree/3.14/Lib/io.py
https://python.github.io/python-docs-zh-tw/library/io.html#overview
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
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
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
IOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IOError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
IOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IOError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/io.html#text-i-o
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
StringIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
https://python.github.io/python-docs-zh-tw/library/io.html#binary-i-o
類位元組物件 (bytes-like objects)https://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
socket.socket.makefile()https://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.makefile
https://python.github.io/python-docs-zh-tw/library/io.html#raw-i-o
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
https://python.github.io/python-docs-zh-tw/library/io.html#text-encoding
TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
locale.getencoding()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.getencoding
Python UTF-8 模式https://python.github.io/python-docs-zh-tw/library/os.html#utf8-mode
PEP 686https://peps.python.org/pep-0686/
Python UTF-8 模式https://python.github.io/python-docs-zh-tw/library/os.html#utf8-mode
https://python.github.io/python-docs-zh-tw/library/io.html#opt-in-encodingwarning
PEP 597https://peps.python.org/pep-0597/
-X warn_default_encodinghttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-X
PYTHONWARNDEFAULTENCODINGhttps://python.github.io/python-docs-zh-tw/using/cmdline.html#envvar-PYTHONWARNDEFAULTENCODING
EncodingWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#EncodingWarning
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
text_encoding()https://python.github.io/python-docs-zh-tw/library/io.html#io.text_encoding
EncodingWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#EncodingWarning
https://python.github.io/python-docs-zh-tw/library/io.html#high-level-module-interface
https://python.github.io/python-docs-zh-tw/library/io.html#io.DEFAULT_BUFFER_SIZE
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
os.stat()https://python.github.io/python-docs-zh-tw/library/os.html#os.stat
https://python.github.io/python-docs-zh-tw/library/io.html#io.open
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
稽核事件 (auditing event)https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/io.html#io.open_code
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
PyFile_SetOpenCodeHook()https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_SetOpenCodeHook
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/io.html#io.text_encoding
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
UTF-8 Modehttps://python.github.io/python-docs-zh-tw/library/os.html#utf8-mode
sys.flags.warn_default_encodinghttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.flags
EncodingWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#EncodingWarning
EncodingWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#EncodingWarning
文字編碼https://python.github.io/python-docs-zh-tw/library/io.html#io-text-encoding
text_encoding()https://python.github.io/python-docs-zh-tw/library/io.html#io.text_encoding
https://python.github.io/python-docs-zh-tw/library/io.html#io.BlockingIOError
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
https://python.github.io/python-docs-zh-tw/library/io.html#io.UnsupportedOperation
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
syshttps://python.github.io/python-docs-zh-tw/library/sys.html#module-sys
sys.stdinhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdin
sys.stdouthttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdout
sys.stderrhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stderr
https://python.github.io/python-docs-zh-tw/library/io.html#class-hierarchy
abstract base classeshttps://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
UnsupportedOperationhttps://python.github.io/python-docs-zh-tw/library/io.html#io.UnsupportedOperation
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
FileIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.FileIO
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
BufferedRWPairhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRWPair
BufferedRandomhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRandom
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
StringIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#i-o-base-classes
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
UnsupportedOperationhttps://python.github.io/python-docs-zh-tw/library/io.html#io.UnsupportedOperation
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytes-like objectshttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
readline()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.readline
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.close
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.closed
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.fileno
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.flush
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.isatty
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.readable
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.readline
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.readlines
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.seek
os.SEEK_SEThttps://python.github.io/python-docs-zh-tw/library/os.html#os.SEEK_SET
os.SEEK_CURhttps://python.github.io/python-docs-zh-tw/library/os.html#os.SEEK_CUR
os.SEEK_ENDhttps://python.github.io/python-docs-zh-tw/library/os.html#os.SEEK_END
os.SEEK_HOLEhttps://python.github.io/python-docs-zh-tw/library/os.html#os.SEEK_HOLE
os.SEEK_DATAhttps://python.github.io/python-docs-zh-tw/library/os.html#os.SEEK_DATA
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.seekable
seek()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.seek
tell()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.tell
truncate()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.truncate
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.tell
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.truncate
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.writable
truncate()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.truncate
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.writelines
https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.__del__
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
close()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.close
https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.read
readall()https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.readall
readinto()https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.readinto
https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.readall
https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.readinto
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.write
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
read()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read
readinto()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.readinto
write()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.write
write()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.write
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
BlockingIOError.characters_writtenhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError.characters_written
read()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read
read()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read
readinto()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.readinto
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.raw
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.detach
BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
UnsupportedOperationhttps://python.github.io/python-docs-zh-tw/library/io.html#io.UnsupportedOperation
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
os.read()https://python.github.io/python-docs-zh-tw/library/os.html#os.read
PEP 475https://peps.python.org/pep-0475/
RawIOBase.readall()https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.readall
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read1
readinto()https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.readinto
EINTRhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EINTR
PEP 475https://peps.python.org/pep-0475/
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.readinto
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
read()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.readinto1
bytes-like objecthttps://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.RawIOBase.read
readinto()https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.readinto
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.write
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
https://python.github.io/python-docs-zh-tw/library/io.html#raw-file-i-o
https://python.github.io/python-docs-zh-tw/library/io.html#io.FileIO
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
FileIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.FileIO
FileExistsErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#FileExistsError
read()https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.read
readinto()https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.readinto
write()https://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase.write
os.openhttps://python.github.io/python-docs-zh-tw/library/os.html#os.open
non-inheritablehttps://python.github.io/python-docs-zh-tw/library/os.html#fd-inheritance
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
FileIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.FileIO
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.FileIO.mode
https://python.github.io/python-docs-zh-tw/library/io.html#io.FileIO.name
https://python.github.io/python-docs-zh-tw/library/io.html#buffered-streams
https://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
close()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.close
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO.getbuffer
BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
https://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO.getvalue
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO.read1
BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
read()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read
https://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO.readinto1
BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
readinto()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.readinto
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
DEFAULT_BUFFER_SIZEhttps://python.github.io/python-docs-zh-tw/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader.peek
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader.read
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
io.BufferedIOBase.read()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader.read1
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
io.BufferedIOBase.read1()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.read1
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
flush()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter.flush
seek()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.seek
BufferedRandomhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRandom
BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
DEFAULT_BUFFER_SIZEhttps://python.github.io/python-docs-zh-tw/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter.flush
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter.write
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
BlockingIOError.characters_writtenhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError.characters_written
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRandom
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
DEFAULT_BUFFER_SIZEhttps://python.github.io/python-docs-zh-tw/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedRandomhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRandom
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
seek()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.seek
tell()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.tell
https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRWPair
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
DEFAULT_BUFFER_SIZEhttps://python.github.io/python-docs-zh-tw/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedRWPairhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRWPair
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
detach()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.detach
UnsupportedOperationhttps://python.github.io/python-docs-zh-tw/library/io.html#io.UnsupportedOperation
BufferedRWPairhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRWPair
BufferedRandomhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRandom
https://python.github.io/python-docs-zh-tw/library/io.html#id1
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.encoding
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.errors
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.newlines
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.buffer
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.detach
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
StringIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO
UnsupportedOperationhttps://python.github.io/python-docs-zh-tw/library/io.html#io.UnsupportedOperation
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.read
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.readline
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.seek
TextIOBase.tell()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.tell
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.tell
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.write
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
UTF-8 Modehttps://python.github.io/python-docs-zh-tw/library/os.html#utf8-mode
locale.getencoding()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.getencoding
文字編碼https://python.github.io/python-docs-zh-tw/library/io.html#io-text-encoding
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
codecs.register_error()https://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.register_error
universal newlineshttps://python.github.io/python-docs-zh-tw/glossary.html#term-universal-newlines
os.linesephttps://python.github.io/python-docs-zh-tw/library/os.html#os.linesep
flush()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.flush
write()https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.write
TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
locale.setlocale()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.setlocale
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper.line_buffering
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper.write_through
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper.reconfigure
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper.seek
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
tell()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper.tell
os.SEEK_SEThttps://python.github.io/python-docs-zh-tw/library/os.html#os.SEEK_SET
os.SEEK_CURhttps://python.github.io/python-docs-zh-tw/library/os.html#os.SEEK_CUR
os.SEEK_ENDhttps://python.github.io/python-docs-zh-tw/library/os.html#os.SEEK_END
https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper.tell
seek()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper.seek
https://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
close()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.close
write()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.write
TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
StringIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO
TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
IOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase
https://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO.getvalue
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
read()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.read
https://python.github.io/python-docs-zh-tw/library/io.html#io.IncrementalNewlineDecoder
universal newlineshttps://python.github.io/python-docs-zh-tw/glossary.html#term-universal-newlines
codecs.IncrementalDecoderhttps://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.IncrementalDecoder
https://python.github.io/python-docs-zh-tw/library/io.html#static-typing
@typing.runtime_checkablehttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.runtime_checkable
https://python.github.io/python-docs-zh-tw/library/io.html#io.Reader
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/io.html#io.Reader.read
https://python.github.io/python-docs-zh-tw/library/io.html#io.Writer
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/io.html#io.Writer.write
ABCs and Protocols for working with I/Ohttps://python.github.io/python-docs-zh-tw/library/typing.html#typing-io
https://python.github.io/python-docs-zh-tw/library/io.html#performance
https://python.github.io/python-docs-zh-tw/library/io.html#id2
https://python.github.io/python-docs-zh-tw/library/io.html#id3
tell()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.tell
seek()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.seek
StringIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO
BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
https://python.github.io/python-docs-zh-tw/library/io.html#multi-threading
FileIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.FileIO
read(2)https://manpages.debian.org/read(2)
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
BufferedRandomhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRandom
BufferedRWPairhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRWPair
TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
https://python.github.io/python-docs-zh-tw/library/io.html#reentrancy
BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
BufferedRandomhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRandom
BufferedRWPairhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRWPair
signalhttps://python.github.io/python-docs-zh-tw/library/signal.html#module-signal
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
print()https://python.github.io/python-docs-zh-tw/library/functions.html#print
目錄https://python.github.io/python-docs-zh-tw/contents.html
io — 處理資料串流的核心工具https://python.github.io/python-docs-zh-tw/library/io.html
總覽https://python.github.io/python-docs-zh-tw/library/io.html#overview
文字 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#text-i-o
二進位 (Binary) I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#binary-i-o
原始 (Raw) I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#raw-i-o
文字編碼https://python.github.io/python-docs-zh-tw/library/io.html#text-encoding
選擇性加入的編碼警告https://python.github.io/python-docs-zh-tw/library/io.html#opt-in-encodingwarning
高階模組介面https://python.github.io/python-docs-zh-tw/library/io.html#high-level-module-interface
類別階層https://python.github.io/python-docs-zh-tw/library/io.html#class-hierarchy
I/O 基礎類別https://python.github.io/python-docs-zh-tw/library/io.html#i-o-base-classes
原始檔案 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#raw-file-i-o
Buffered Streamshttps://python.github.io/python-docs-zh-tw/library/io.html#buffered-streams
文字 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#id1
Static Typinghttps://python.github.io/python-docs-zh-tw/library/io.html#static-typing
Performancehttps://python.github.io/python-docs-zh-tw/library/io.html#performance
二進位 (Binary) I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#id2
文字 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#id3
Multi-threadinghttps://python.github.io/python-docs-zh-tw/library/io.html#multi-threading
Reentrancyhttps://python.github.io/python-docs-zh-tw/library/io.html#reentrancy
os --- 各種作業系統介面https://python.github.io/python-docs-zh-tw/library/os.html
time --- 時間存取與轉換https://python.github.io/python-docs-zh-tw/library/time.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/io.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/time.html
上一頁https://python.github.io/python-docs-zh-tw/library/os.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/allos.html
io — 處理資料串流的核心工具https://python.github.io/python-docs-zh-tw/library/io.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.