函数ABC()在点击按钮时无法选用,使用print,得知他只在开始时执行一次,如何修改?
收起
Button()的command设置的是函数的地址,abc后面不能加()Button(xxxxxx,command=abc)
报告相同问题?