import tkinter as tk def click1(): global flag_pic flag_pic = not ... Button(root,image=pic_2,command=click1) btn_1.pack() btn_2 = tk.
確定! 回上一頁