摘要: 一、YAML配置文件 修改前 chrome_path: chromedriver.exe jobs: - A1 uestcedu_url: https://www.baidu.com 修改后 chrome_path: chromedriver.exe jobs: - A1 - A2(New) ues 阅读全文
posted @ 2020-07-28 18:10 淡怀 阅读(645) 评论(0) 推荐(0) 编辑
摘要: import json str = '{"status":"500","data":null,"time":1595921796,"info":"测试测试"}' # 字符串转换为JSON格式 str_json = json.loads(str) # 格式化输出JSON # sort_keys:是否按 阅读全文
posted @ 2020-07-28 15:44 淡怀 阅读(4408) 评论(0) 推荐(0) 编辑