10.5Python图形用户界面库tkinter(5):表格布局

class GridManagerDemo: def __init__(self): # 窗口和标题 window = Tk() window.title ("网格布局管理器") # 在窗口上建立若干控件 msg = Message(window, text="我是消息,我是消息,我是消息,我是消息")
相关文章
相关标签/搜索