问题标签 [mygui]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
613 浏览

python - 在 Python 中使用 tkinter 库

我有两个 python 文件gui.pystudent.py. 我已经导入tkinter,我会要求用户输入他们的姓名、ID、电子邮件和地址,使用 tkinter 小部件我将在列表中显示所有内容。如何使用类来做到这一点?

这是gui.py

这是student.py