問題タブ [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.
1 問題
0
投票する
1
に答える
613
参照
python - Python で tkinter ライブラリを使用する
私は2つのpythonファイルを持っていgui.py
ますstudent.py
. をインポートtkinter
しました。ユーザーに名前、ID、電子メール、およびアドレスを入力するように求めます。tkinter ウィジェットを使用して、すべてをリストに表示します。クラスを使用してこれを行う方法は?
これはgui.py
そしてこれがstudent.py