Python建立界面程序

Python也能夠建立界面,須要導入tkinter 具體看代碼:python from tkinter import * def btnClick(): textLabel['text']='我點擊了按鈕' root = Tk(className="個人第一個窗口程序"); textLabel = Label(root,text = '提示顯示',justify=LEFT,padx=
相關文章
相關標籤/搜索