摘要: >>> from tkinter import *>>> root=Tk()>>> text=Text(root,width=40,height=10) #创建一个text 文本框。长度是40 pixel 高度是10pixel>>> text.pack() #排版>>> text.config(wr 阅读全文
posted @ 2017-09-27 00:05 uxiuxi 阅读(215) 评论(0) 推荐(0)