gpt4 book ai didi

python - 如何清除终端(Mac osx)回滚?

转载 作者:行者123 更新时间:2023-11-28 22:44:10 34 4
gpt4 key购买 nike

我正在寻找一种从 Python 脚本中清除终端回滚的简单方法。我知道 os.system('clear'),但这只会打印新行,从 View 中隐藏回滚历史记录,不会删除它。有没有办法做到这一点?谢谢!

最佳答案

在 Python 2 中使用以下内容:

>>> print '\033c',

以及 Python 3 中的以下内容:

>>> print('\033c', end=None)

这些语句输出Escc,也就是VT100 escape sequence for "Reset Device" .

关于python - 如何清除终端(Mac osx)回滚?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29887629/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com