摘要: 前一天的作业 def login(): number = 0 # 打开文件读取用户信息 with open('user.txt', 'r', encoding='utf-8') as f: res = f.r () print(res) # 普通赋值 # list1 = res.split(':') 阅读全文
posted @ 2019-06-13 23:33 chenhhh 阅读(97) 评论(0) 推荐(0) 编辑