摘要: # 官方文档:https://faker.readthedocs.io/en/master/index.html # 安装:pip install Faker from faker import Faker # 初始化,设置编码为中文;默认是英文 fake = Faker(locale = 'zh_ 阅读全文
posted @ 2020-05-22 16:32 十一的杂文录 阅读(835) 评论(0) 推荐(0) 编辑
摘要: 前言 这是目录结构 先贴一下源代码 # read_ini.pyimport configparser class ReadIni(): """读取 ini.ini 配置文件""" def __init__(self, file_name=None, note=None): if file_name 阅读全文
posted @ 2020-05-22 01:03 十一的杂文录 阅读(366) 评论(0) 推荐(0) 编辑