tkinter entry組件

#!/usr/bin/env python3 # coding=utf-8 from tkinter import * from tkinter import ttk __author__ = 'Administrator' root = Tk() name = StringVar() password = StringVar() note = StringVar() name_label
相關文章
相關標籤/搜索