摘要: 源代码: from tkinter import * #输入框纯数字验证def test(content): return content.isdigit() #加法按钮函数def add(): inputentry.insert(END,"+") #减法按钮函数def sub(): inputen 阅读全文
posted @ 2020-12-09 19:27 20201322陈俊池 阅读(171) 评论(0) 推荐(0) 编辑