板上高手好, 我想請問tkinter 的scrollbar 能套用在frame上嗎? 以下程式碼: root = tk.Tk() frame = tk.Frame(root); frame.pack() scrollbar = tk ...
確定! 回上一頁