initWidgets() def initWidgets(self): # 創建第一個容器fm1 = Frame(self.master) # 該容器放在左邊排列fm1.pack(side=LEFT, fill=BOTH, expand=YES) ...
確定! 回上一頁