摘要:
import json # 数据路径 path = "e:\\yapi2.json" # 读取文件数据 with open(path, "r", encoding='utf-8') as f: row_data = json.load(f) yapi_list = [] # 读取每一条json数据 阅读全文
posted @ 2022-07-14 19:58
BlackTest
阅读(226)
评论(0)
推荐(0)
欢迎来到BlackTest-老王自动化测试