首页
编程
java
php
前端
首页
编程
java
php
前端
tkinter运行一遍就让它关闭 怎么写
我想让tkinter只运行一遍后就让主窗体关闭
在需要运行的代码后写window_name.destroy()
window_name是你的窗体的名称
点击展开全文