摘要:
from tkinter import * root = Tk() name = StringVar() check_box_list = [] ent=Entry(root,textvariable=name).pack() def clear(): for i in check_box_list 阅读全文
posted @ 2021-05-14 12:03
长虫山小木屋
阅读(588)
评论(0)
推荐(0)
|
摘要:
from tkinter import * root = Tk() name = StringVar() check_box_list = [] ent=Entry(root,textvariable=name).pack() def clear(): for i in check_box_list 阅读全文
posted @ 2021-05-14 12:03
长虫山小木屋
阅读(588)
评论(0)
推荐(0)
|