如何使用 PyYaml 写入字符串而不是文件

How to write to a string instead of a file wth PyYaml

我可以使用 yaml.dump 写入文件,但如何写入字符串?

我找到了解决办法。它是一个重载函数。如果不传文件参数,则输出为字符串。