发布时间:2019-08-26 07:19:02编辑:auto阅读(1776)
import sys import readline import rlcompleter import atexit import os readline.parse_and_bind('tab: complete') histfile = os.path.join(os.environ['HOME'], '.pythonhistory') try: readline.read_history_file(histfile) except IOError: pass atexit.register(readline.write_history_file, histfile) del os, histfile, readline, rlcompleter
上一篇: zabbix3
下一篇: python设计模式
50481
49777
40371
37398
31817
28678
27610
22395
22392
20704
460°
1080°
879°
815°
1059°
936°
1550°
2893°
2590°
1989°