摘要: username = input('请填写账号>>>') password = input('请填写密码>>>') with open('log',mode='w',encoding='utf-8') as f: # f.write('账号:' + username + '\n' +'密码:' + password) f.write('账号:{}\n密码:{}'.format(u... 阅读全文
posted @ 2019-02-21 12:01 ChenGouDa 阅读(160) 评论(0) 推荐(0) 编辑