目录
Introduction
本文主要用来介绍在Python
中如何处理各种类型的文件以及处理方式之间的优劣性.
This blog is used for describe how to process nearly all types of files in Python
.
File Types
所有的文件类型按字母序进行排列.
All file types sorted in algebra.
HTML
JSON
处理JSON
文件的方式有很多种, 其中包含了Python
自带的json
模块, 以及….?