标签: python-3.x
我有这样的代码
#... os.system('clear') while true: result=os.popen('myscript.sh') print(result.read())
我希望每次打印出来时都会显示此结果。就像“观察”命令一样。
那么,怎么样?