Python Shell清屏

2018-3-6 / 0评 / Python

我的是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清屏”