摘要:From tkinter import * Root=Tk() Label1=Label(root, #标签控件添加到root窗口中 Width=10 #宽 Height=10 #高 text=”标签内容” #标签的显示文字”, Wraplength=80 #指定多少单位后开始换行 Justify=
阅读全文
posted @ 2018-02-07 14:56
posted @ 2018-02-07 14:56