From f2625c43fa7e7e0a8e14e168b2a8154ce2d8f381 Mon Sep 17 00:00:00 2001 From: wangweiye7840 Date: Thu, 1 Feb 2024 11:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=A2=98=E5=8F=B7=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E7=94=9F=E6=88=90=E5=90=8E=E5=9C=A8vscode=E4=B8=AD?= =?UTF-8?q?=E5=BC=B9=E5=87=BAjson=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v2/分类题号字典生成.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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