Button(frame2, text="Simple button") button2 = tkinter.Button(frame3, text="Apply and close", command=root.destroy) label1.pack(fill='x') ...
確定! 回上一頁