import yaml data = { 'name': 'Alice', 'age': 28, 'country': 'Wonderland' } yaml_data = yaml.dump(data) with open('output_method1.yaml', ...
確定! 回上一頁