摘要:
解决: 改成用2进制读取yaml文件: with open(r"D:\file\yaml\data.yml",'rb') as f: 读取代码如下: '''读取yaml方法''' import yaml def read_file(file_path): with open(file_path,'r 阅读全文
posted @ 2019-10-14 12:42
圆觉
阅读(4564)
评论(0)
推荐(0)
2019年10月14日