#!/usr/bin/env python import yaml with open("example.yaml", 'r') as stream: ... 如果有符合YAML 1.2规范(2009版)那么您可以使用ruamel.yaml。
確定! 回上一頁