摘要: 1.代码 # *_* coding:utf8 *_*import tkinterfrom functools import partial# 按钮输入调用def get_input(entry, argu):# 从entry窗口展示中获取输入的内容input_data = entry.get()# 阅读全文
posted @ 2023-10-12 22:03 成文秋 阅读(53) 评论(0) 推荐(0)