from tkinter import * · root=Tk() · scroll=Scrollbar(root, orient=VERTICAL) · scroll.pack(side=RIGHT, fill=Y) · root.mainloop().
確定! 回上一頁