我想要的是将我在标准输出中写入的所有文本作为字符串获取。
from sys import stdout stdout.read() # throws io.UnsupportedOperation: not readable
我想要得到的示例:
print("abc") stdout.read() == "abc" # True
潇湘沐
子衿沉夜
牧羊人nacy
相关分类