摘要: # pip install pyyaml -i https://pypi.douban.com/simple/ # pip install Template ###1. yaml文件的读取 import yaml def read_yaml(file): with open(file, "r", e 阅读全文
posted @ 2023-01-31 10:37 测试圈的彭于晏 阅读(58) 评论(0) 推荐(0)