11 2021 档案
python tkinter复选框批量制作
摘要:import tkinter as tkroot=tk.Tk()root.title("复选框批量制作")root.geometry(800x600) check_name=['ab','ac','ad','ae','af']checkN=1lisT=[] def tick(): global li 阅读全文
posted @ 2021-11-11 13:08 老曳 阅读(272) 评论(0) 推荐(0)