摘要:
一、YAML配置文件 修改前 chrome_path: chromedriver.exe jobs: - A1 uestcedu_url: https://www.baidu.com 修改后 chrome_path: chromedriver.exe jobs: - A1 - A2(New) ues 阅读全文
摘要:
import json str = '{"status":"500","data":null,"time":1595921796,"info":"测试测试"}' # 字符串转换为JSON格式 str_json = json.loads(str) # 格式化输出JSON # sort_keys:是否按 阅读全文