import tkinter as tk def onOK(): # 取得輸入文字 print("Hello, {}.".format(entry.get())) window = tk.Tk() window.title('Hello World') ...
確定! 回上一頁