python Copy import tkinter as tk from tkinter import ttk def callbackFunc(): resultString.set("{} - {}".format(landString.get(), cityString.get())) app = tk.
確定! 回上一頁