摘要: yaml文件的读取与保存 # 读取yaml文件with open('C:\\Users\\51102\\Desktop\\123\\info.yaml') as f: temp = yaml.load(f.read(), Loader=yaml.FullLoader) labels = temp[' 阅读全文
posted @ 2020-01-18 23:30 tangjunjun 阅读(10580) 评论(0) 推荐(0) 编辑
https://rpc.cnblogs.com/metaweblog/tangjunjun