摘要: #pip install pyyamlimport yaml #yaml文件转成字典 with open('a.yml','rb')as f: res = yaml.load(f,Loader=yaml.FullLoader) print(res) r = {'tester': {'appPacka 阅读全文
posted @ 2019-09-25 17:47 RainBol 阅读(607) 评论(0) 推荐(0) 编辑
Live2D