Python3.7 在控制台中按左键会打印 ^[[D 而不是移动光标

Python3.7 在控制台中按左键会打印 ^[[D 而不是移动光标

它看起来像这样:

sanyash@sanyash-ub16:~$ python3.7
Python 3.7.2 (default, Mar 12 2019, 20:13:18) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
<press left key>
>>> ^[[D

这是怎么回事?我该如何修复它?

相关内容