From 6ef90a07b7500b8c553db1e6145f1b2f26540e45 Mon Sep 17 00:00:00 2001 From: wangweiye7840 Date: Mon, 15 Apr 2024 10:48:01 +0800 Subject: [PATCH] =?UTF-8?q?generate=5Fid=5Fset=E5=8A=9F=E8=83=BD=E5=85=88?= =?UTF-8?q?=E5=A4=84=E7=90=86=E4=BA=86=E6=A0=87=E7=82=B9=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v3/database_tools_2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/工具v3/database_tools_2.py b/工具v3/database_tools_2.py index 36c21db3..c152b802 100644 --- a/工具v3/database_tools_2.py +++ b/工具v3/database_tools_2.py @@ -207,6 +207,7 @@ def generate_classid(string): #返回班级列表 def generate_id_set(string,*thedict): #除了生成题号列表外, 还能根据首字母生成基础知识编号列表或课时目标列表 + string = RefinePunctuations(string) if re.findall(r"[BXK]",string) == []: if thedict == (): return generate_number_set(string)