摘要: #coding:utf-8 #Author:Mr Zhi file_open = open('购物车用户信息','r+',encoding="utf-8") #购物车用户信息文件保存着用户名密码和余额 f = str(file_open.read()) for line in f: file_str = str(f) file_open_dict = eval(file_str... 阅读全文
posted @ 2017-05-18 12:11 z寒江雪 阅读(336) 评论(0) 推荐(0)