Loading

摘要: 问题 tkinter.Text调用edit_undo()和edit_redo()没反应。 问题分析 这是因为没有设置Text的undo参数为True,设置后才能“激活”edit_undo()和edit_redo()。 这个错误难发现是因为它没有报错,查了好多资料才发现…… 希望以后python官方能 阅读全文
posted @ 2020-03-24 19:37 GoodCoder666 阅读(15) 评论(0) 推荐(0)