import Tkinter · import sys · root = Tkinter.Tk() · root.title( "Tkinter Test" ) · frame = Tkinter.Frame( root ) · frame.pack( fill=Tkinter.BOTH, expand=1, side= ...
確定! 回上一頁