07 2021 档案

摘要:1、yaml 文件 #单独参数datas: - 1 - 5#多参数方式一groups: - [1,2] - [2,3]#多参数方式二groups2: - - 1 - 2 - 32、democlass TestPyt: #一个参数 #测试的类需要以test开头 # 读取yaml文件 with open 阅读全文
posted @ 2021-07-01 09:12 AINOUSVA 阅读(274) 评论(0) 推荐(0)