Loading

摘要: 背景 使用python shell做简单的调试和画图, 希望能像bash一样通过history查看历史命令 实现 Python3一句话方法 import readline; print('\n'.join([str(readline.get_history_item(i + 1)) for i in 阅读全文
posted @ 2022-05-26 14:15 azureology 阅读(815) 评论(0) 推荐(0)