我需要将yaml文件的内容原样存储到变量中(不转换为字典),或者在将其存储为字典后,有任何方法可以恢复为yaml格式而不将其存储在文件中。我尝试使用yaml.load(file)返回字典中的对象。有没有办法实现?
关于什么?
ymlFile = open('file.yml').read()
https://www.pythonforbeginners.com/files/reading-and-writing-files-in-python