import tkinter root = tkinter.Tk() root.geometry("300x180") # 建立listbox1 listbox1 = tkinter.Listbox(root) listbox1.pack(side=tkinter.
確定! 回上一頁