我无法在其他tk.Frame中调用函数.以下代码是代码的简化版本. import tkinter as tk from tkinter import ttk class Myapp(tk.Tk): def __init__(self, ...
確定! 回上一頁