from tkinter import * top = Tk() top.resizable(False,False) #背景资源 # image=PhotoImage(file="") frame1 = Frame(top,background="red",width=
京公网安备 11010502049817号