Python logo

上個主題

tarfile --- 讀取與寫入 tar 封存檔案

下個主題

csv --- CSV 檔案讀取及寫入

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.13.3 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 檔案格式
  • |
  • |

檔案格式¶

The modules described in this chapter parse various miscellaneous file formats that aren't markup languages and are not related to e-mail.

  • csv --- CSV 檔案讀取及寫入
    • 模組內容
    • Dialect 與格式參數
    • 讀取器物件
    • 寫入器物件
    • 範例
  • configparser --- 設定檔剖析器
    • Quick Start
    • Supported Datatypes
    • Fallback Values
    • Supported INI File Structure
    • Unnamed Sections
    • Interpolation of values
    • Mapping Protocol Access
    • Customizing Parser Behaviour
    • Legacy API Examples
    • ConfigParser 物件
    • RawConfigParser 物件
    • 例外
  • tomllib --- 剖析 TOML 檔案
    • 範例
    • 轉換表
  • netrc --- netrc 檔案處理
    • netrc 物件
  • plistlib --- 產生和剖析 Apple .plist 檔案
    • 範例

上個主題

tarfile --- 讀取與寫入 tar 封存檔案

下個主題

csv --- CSV 檔案讀取及寫入

此頁面

  • 回報錯誤
  • 顯示原始碼
«

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.13.3 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 檔案格式
  • |
  • |
© 版權 2001-2025, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最後更新於 5月 14, 2025 (22:41 UTC)。 Found a bug?
使用 Sphinx 8.2.3 建立。