xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 3KB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-09
  • 語言: Python
  • 標簽: python??GUI界面??

資源簡介

設(shè)計一個GUI界面的學生信息管理系統(tǒng),方便保存學生的部分信息。 有五類功能: 1、 增加學生信息:輸入姓名、學號、年齡、手機號 2、 修改學生信息:輸入新的姓名、學號、年齡、手機號 3、 刪除學生信息:以學號為索引 4、 查詢學生信息:以學號為索引 5、 顯示學生信息:一條一條整頁顯示。

資源截圖

代碼片段和文件信息

from?student_manage_system?import?StudentManageSystem
from?Windows?import?windows
import?tkinter?as?tk

if?__name__?==?‘__main__‘:
????root?=?tk.Tk()
????root[‘width‘]?=?400
????root[‘height‘]?=?400
????root.title(“學生信息管理系統(tǒng)“)
????student?=?StudentManageSystem()
????windows(root?student)
????root.mainloop()

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????325??2020-06-06?16:52??main1.py

?????文件????????189??2020-06-03?23:37??student.py

?????文件???????2795??2020-06-06?16:53??student_manage_system.py

?????文件???????8741??2020-06-06?16:51??Windows.py

-----------?---------??----------?-----??----

????????????????12050????????????????????4


評論

共有 條評論