In the first example, we read a YAML file. read_yaml.py. #!/usr/bin/python import yaml with open('items.yaml') as f: data = yaml.
確定! 回上一頁