python-随机生成测试数据

import faker
f=faker.Faker(locale=‘zh_CN’)
f.email() 生成邮件
f.phone_number(), #生成电话的
f.user_name() #姓名

你可能感兴趣的:(python,python)