分类题号字典生成后在vscode中弹出json文件

This commit is contained in:
wangweiye7840 2024-02-01 11:39:35 +08:00
parent c77cfc79af
commit f2625c43fa
1 changed files with 2 additions and 1 deletions

View File

@ -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}")