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)