用python解析一个yaml文件。 ... a.yml") as f: x = yaml.load(f) print(x) ... import yaml with open('exmaple.yaml', 'r') as f: exmaple ...
確定! 回上一頁