摘要: class _Getch: """Gets a single character from standard input. Does not echo to the screen.""" def __init__(self): try: self.impl = _GetchWindows() except ImportEr... 阅读全文
posted @ 2017-12-06 19:33 无工时代 阅读(1329) 评论(0) 推荐(0) 编辑