Python Shell清屏
我的是Max自带的Python 2.7
命令执行如下:
------------------------------------------------------------------------------------------------
hxr-mac:~ houxiurong$ python
Python 2.7.10 (default, Jul 15 2017, 17:16:57)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.system('clear')
0
>>>
------------------------------------------------------------------------------------------------
本文共计 518 字,感谢您的耐心浏览与评论。
0条回应:“Python Shell清屏”