(self.backgroud_img)) file.close() imagefile = PhotoImage(file=login_bg_path) canvas.create_image(0, 0, anchor='nw', image=imagefile) canvas.pack(side='top') # 标签 用户名密码 Label(self.window, text='账户:', bd=0, width=10).place(x=550, y=51) Label(self.window, text='...