René's URL Explorer Experiment


Title: configparser --- 設定檔剖析器 — 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
configparser --- 設定檔剖析器https://python.github.io/python-docs-zh-tw/library/configparser.html
Quick Starthttps://python.github.io/python-docs-zh-tw/library/configparser.html#quick-start
Supported Datatypeshttps://python.github.io/python-docs-zh-tw/library/configparser.html#supported-datatypes
Fallback Valueshttps://python.github.io/python-docs-zh-tw/library/configparser.html#fallback-values
支援的 INI 檔案結構https://python.github.io/python-docs-zh-tw/library/configparser.html#supported-ini-file-structure
Unnamed Sectionshttps://python.github.io/python-docs-zh-tw/library/configparser.html#unnamed-sections
Interpolation of valueshttps://python.github.io/python-docs-zh-tw/library/configparser.html#interpolation-of-values
Mapping Protocol Accesshttps://python.github.io/python-docs-zh-tw/library/configparser.html#mapping-protocol-access
Customizing Parser Behaviourhttps://python.github.io/python-docs-zh-tw/library/configparser.html#customizing-parser-behaviour
Legacy API Exampleshttps://python.github.io/python-docs-zh-tw/library/configparser.html#legacy-api-examples
ConfigParser 物件https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser-objects
RawConfigParser 物件https://python.github.io/python-docs-zh-tw/library/configparser.html#rawconfigparser-objects
例外https://python.github.io/python-docs-zh-tw/library/configparser.html#exceptions
csv --- CSV 檔案讀取及寫入https://python.github.io/python-docs-zh-tw/library/csv.html
tomllib --- 剖析 TOML 檔案https://python.github.io/python-docs-zh-tw/library/tomllib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/configparser.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/tomllib.html
上一頁https://python.github.io/python-docs-zh-tw/library/csv.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/fileformats.html
configparser --- 設定檔剖析器https://python.github.io/python-docs-zh-tw/library/configparser.html
https://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
Lib/configparser.pyhttps://github.com/python/cpython/tree/3.14/Lib/configparser.py
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
tomllibhttps://python.github.io/python-docs-zh-tw/library/tomllib.html#module-tomllib
shlexhttps://python.github.io/python-docs-zh-tw/library/shlex.html#module-shlex
jsonhttps://python.github.io/python-docs-zh-tw/library/json.html#module-json
https://python.github.io/python-docs-zh-tw/library/configparser.html#quick-start
in the following sectionhttps://python.github.io/python-docs-zh-tw/library/configparser.html#supported-ini-file-structure
configparserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
outlined laterhttps://python.github.io/python-docs-zh-tw/library/configparser.html#mapping-protocol-access
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
ConfigParser.read()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read
https://python.github.io/python-docs-zh-tw/library/configparser.html#supported-datatypes
getboolean()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getboolean
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
getboolean()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getboolean
getint()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getint
getfloat()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getfloat
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
https://python.github.io/python-docs-zh-tw/library/configparser.html#fallback-values
get()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.get
get()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.get
getint()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getint
getfloat()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getfloat
getboolean()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getboolean
https://python.github.io/python-docs-zh-tw/library/configparser.html#supported-ini-file-structure
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
ConfigParser.SECTCREhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.SECTCRE
UNNAMED_SECTIONhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.UNNAMED_SECTION
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
https://python.github.io/python-docs-zh-tw/library/configparser.html#unnamed-sections
UNNAMED_SECTIONhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.UNNAMED_SECTION
https://python.github.io/python-docs-zh-tw/library/configparser.html#interpolation-of-values
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.BasicInterpolation
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ExtendedInterpolation
https://python.github.io/python-docs-zh-tw/library/configparser.html#mapping-protocol-access
configparserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
configparserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
MutableMappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.MutableMapping
[1]https://python.github.io/python-docs-zh-tw/library/configparser.html#id16
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/configparser.html#customizing-parser-behaviour
configparserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
read_dict()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read_dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
configparserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
ConfigParser.write()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.write
configparserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
read_file()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read_file
read_string()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read_string
read_dict()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read_dict
configparserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
dedicated documentation sectionhttps://python.github.io/python-docs-zh-tw/library/configparser.html#interpolation-of-values
RawConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.RawConfigParser
getint()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getint
getfloat()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getfloat
getboolean()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getboolean
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.BOOLEAN_STATES
getboolean()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getboolean
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.SECTCRE
https://python.github.io/python-docs-zh-tw/library/configparser.html#legacy-api-examples
configparserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser-objects
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
DuplicateSectionErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.DuplicateSectionError
DuplicateOptionErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.DuplicateOptionError
dedicated documentation sectionhttps://python.github.io/python-docs-zh-tw/library/configparser.html#interpolation-of-values
optionxform()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.optionxform
optionxform()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.optionxform
"Unnamed Sections" sectionhttps://python.github.io/python-docs-zh-tw/library/configparser.html#unnamed-sections
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
collections.OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
read_dict()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read_dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
MultilineContinuationErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.MultilineContinuationError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.defaults
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.sections
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.add_section
DuplicateSectionErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.DuplicateSectionError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.has_section
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.options
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.has_option
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
Falsehttps://python.github.io/python-docs-zh-tw/library/constants.html#False
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
path-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
read_file()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read_file
read()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
path-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read_file
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read_string
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read_dict
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.get
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getint
get()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.get
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getfloat
get()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.get
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.getboolean
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
get()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.get
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.items
get()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.get
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.set
NoSectionErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.NoSectionError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.write
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
read()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read
read()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.remove_option
NoSectionErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.NoSectionError
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
Falsehttps://python.github.io/python-docs-zh-tw/library/constants.html#False
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.remove_section
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.optionxform
optionxform()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.optionxform
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.UNNAMED_SECTION
Unnamed Sectionshttps://python.github.io/python-docs-zh-tw/library/configparser.html#unnamed-sections
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.MAX_INTERPOLATION_DEPTH
get()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.get
https://python.github.io/python-docs-zh-tw/library/configparser.html#rawconfigparser-objects
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.RawConfigParser
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.RawConfigParser.add_section
UNNAMED_SECTIONhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.UNNAMED_SECTION
DuplicateSectionErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.DuplicateSectionError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
UNNAMED_SECTIONhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.UNNAMED_SECTION
UnnamedSectionDisabledErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.UnnamedSectionDisabledError
UNNAMED_SECTIONhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.UNNAMED_SECTION
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.RawConfigParser.set
NoSectionErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.NoSectionError
RawConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.RawConfigParser
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser
https://python.github.io/python-docs-zh-tw/library/configparser.html#exceptions
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.Error
configparserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.NoSectionError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.DuplicateSectionError
add_section()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.add_section
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.DuplicateOptionError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.NoOptionError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.InterpolationError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.InterpolationDepthError
MAX_INTERPOLATION_DEPTHhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.MAX_INTERPOLATION_DEPTH
InterpolationErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.InterpolationError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.InterpolationMissingOptionError
InterpolationErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.InterpolationError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.InterpolationSyntaxError
InterpolationErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.InterpolationError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.MissingSectionHeaderError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ParsingError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.MultilineContinuationError
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.UnnamedSectionDisabledError
UNNAMED_SECTIONhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.UNNAMED_SECTION
https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.InvalidWriteError
ConfigParser.write()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.write
ConfigParser.read()https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.read
ConfigParser.SECTCREhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.SECTCRE
1https://python.github.io/python-docs-zh-tw/library/configparser.html#id1
2https://python.github.io/python-docs-zh-tw/library/configparser.html#id2
3https://python.github.io/python-docs-zh-tw/library/configparser.html#id3
4https://python.github.io/python-docs-zh-tw/library/configparser.html#id4
5https://python.github.io/python-docs-zh-tw/library/configparser.html#id5
6https://python.github.io/python-docs-zh-tw/library/configparser.html#id6
7https://python.github.io/python-docs-zh-tw/library/configparser.html#id7
8https://python.github.io/python-docs-zh-tw/library/configparser.html#id8
9https://python.github.io/python-docs-zh-tw/library/configparser.html#id9
10https://python.github.io/python-docs-zh-tw/library/configparser.html#id11
11https://python.github.io/python-docs-zh-tw/library/configparser.html#id12
Customizing Parser Behaviourhttps://python.github.io/python-docs-zh-tw/library/configparser.html#customizing-parser-behaviour
目錄https://python.github.io/python-docs-zh-tw/contents.html
configparser --- 設定檔剖析器https://python.github.io/python-docs-zh-tw/library/configparser.html
Quick Starthttps://python.github.io/python-docs-zh-tw/library/configparser.html#quick-start
Supported Datatypeshttps://python.github.io/python-docs-zh-tw/library/configparser.html#supported-datatypes
Fallback Valueshttps://python.github.io/python-docs-zh-tw/library/configparser.html#fallback-values
支援的 INI 檔案結構https://python.github.io/python-docs-zh-tw/library/configparser.html#supported-ini-file-structure
Unnamed Sectionshttps://python.github.io/python-docs-zh-tw/library/configparser.html#unnamed-sections
Interpolation of valueshttps://python.github.io/python-docs-zh-tw/library/configparser.html#interpolation-of-values
Mapping Protocol Accesshttps://python.github.io/python-docs-zh-tw/library/configparser.html#mapping-protocol-access
Customizing Parser Behaviourhttps://python.github.io/python-docs-zh-tw/library/configparser.html#customizing-parser-behaviour
Legacy API Exampleshttps://python.github.io/python-docs-zh-tw/library/configparser.html#legacy-api-examples
ConfigParser 物件https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser-objects
RawConfigParser 物件https://python.github.io/python-docs-zh-tw/library/configparser.html#rawconfigparser-objects
例外https://python.github.io/python-docs-zh-tw/library/configparser.html#exceptions
csv --- CSV 檔案讀取及寫入https://python.github.io/python-docs-zh-tw/library/csv.html
tomllib --- 剖析 TOML 檔案https://python.github.io/python-docs-zh-tw/library/tomllib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/configparser.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/tomllib.html
上一頁https://python.github.io/python-docs-zh-tw/library/csv.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/fileformats.html
configparser --- 設定檔剖析器https://python.github.io/python-docs-zh-tw/library/configparser.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.