【发布时间】:2022-07-08 21:57:52
【问题描述】:
Frame(w, width = 427, height = 250, bg = '#272727').place(x = 0, y = 0)
label1 = Label(w, text = 'APP', fg = 'white', bg = '#272727').place(x = 0, y = 0)
label1.configure(font =("Game of Squids", 24,"bold"))
AttributeError: 'NoneType' 对象没有属性 'configure'
【问题讨论】: