python简单的登录接口

摘要: from numpy import*classcount={}lock_name=[]passDate=[]nameDate=[]fr1=open('User.txt')for line in fr1.readlines(): lineArr=line.strip().split() nameDat 阅读全文
posted @ 2017-10-11 12:31 好好study 阅读(165) 评论(0) 推荐(0)