2018年11月6日

学习笔记-登录-总是报错,不知道哪的问题

摘要: import os jd_user_path = 'jd_users.txt' jd_wx_path = 'wx_users.txt' user_status = False def allinlogin(filepath): with open(filepath, 'r') as file: users = file.readlines() use... 阅读全文

posted @ 2018-11-06 20:59 开小开 阅读(121) 评论(0) 推荐(0)

导航