encoding=utf-8 -*- import tkinter from tkinter import * def left_mouse_down(event): print('鼠標左鍵按下') # 事件的屬性widget = event.widget ...
確定! 回上一頁