1.获取 file对象。 2.读取file。 read() readlines() readline() 3. 创建目录 os.makedirs() 可以创建递归子目录 os.mkdir() 不可以创建递归子目录