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