import tkinter as tk app = tk.Tk() app.title('Key binding') label = tk.Label(app, text='Click the buttons of the mouse on the window') ...
確定! 回上一頁