diff --git a/工具v2/分类题号字典生成.py b/工具v2/分类题号字典生成.py index cd957801..02861416 100644 --- a/工具v2/分类题号字典生成.py +++ b/工具v2/分类题号字典生成.py @@ -22,4 +22,5 @@ for origin in setlist: outputdict[origin] = generate_exp(setlist[origin]) save_dict(outputdict,outputfilepath) -print("已将结果输出至 %s"%outputfilepath) \ No newline at end of file +print("已将结果输出至 %s"%outputfilepath) +os.system(f"code {outputfilepath}") \ No newline at end of file