🌈 搜索
📅  最后修改于: 2022-03-11 14:45:04.619000             🧑  作者: Mango
import os stream = os.popen('echo Returned output') output = stream.read() output