04 2022 档案

摘要:1 import json 2 3 def get_stored_username(): 4 """如果存储了用户名,就获取它""" 5 filename = 'username.json' 6 try: 7 with open(filename) as f: 8 username = json.l 阅读全文
posted @ 2022-04-20 16:56 ☞『宿-芜』 阅读(40) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2022-04-15 18:50 ☞『宿-芜』 阅读(0) 评论(0) 推荐(0)