分类题号字典生成后在vscode中弹出json文件
This commit is contained in:
parent
c77cfc79af
commit
f2625c43fa
|
|
@ -22,4 +22,5 @@ for origin in setlist:
|
|||
outputdict[origin] = generate_exp(setlist[origin])
|
||||
|
||||
save_dict(outputdict,outputfilepath)
|
||||
print("已将结果输出至 %s"%outputfilepath)
|
||||
print("已将结果输出至 %s"%outputfilepath)
|
||||
os.system(f"code {outputfilepath}")
|
||||
Reference in New Issue