You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
281 B

# with open(name,'r',encoding='utf-8') as f:
# data = json.load(f)
# for i,j in data.items():
# if 'answer' not in j.keys() or j['answer'] == '':
# # 断言查询结果并抛出异常
# assert False,'答案为空,不予上传'