AttributeError: module 'tkinter' has no attribute 'label'

后端 未结 0 2061
别跟我提以往
别跟我提以往 2021-01-15 20:49
import tkinter as tk
from tkinter import *

win = Tk()
win.geometry("640x320")
win.title("e")
text1 = tk.label(\'yes\', width = \'200\', height =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题