2020年11月18日

ATM管理系统

摘要: 源代码:from tkinter import * import tkinter.messagebox import re class Person: #自定义用户类 def init(self,account,pwd,money): self.account = account self.pwd 阅读全文

posted @ 2020-11-18 21:31 _从前 阅读(131) 评论(0) 推荐(0) 编辑

导航