#Message也是用来显示文本的,用法与Label基本一样 '''1.创建一个简单的Message''' from Tkinter import * root = Tk() Message(root,text = 'hello Message').pack()
確定! 回上一頁