Commit 4b240004 authored by 黄奎's avatar 黄奎

页面修改

parent 67df4761
...@@ -219,7 +219,7 @@ namespace Edu.Common.Data ...@@ -219,7 +219,7 @@ namespace Edu.Common.Data
{ {
if (!string.IsNullOrEmpty(subItem)) if (!string.IsNullOrEmpty(subItem))
{ {
if (subItem.Contains("答案解析:") || subItem.Contains("解析:")) if (subItem.Contains("答案解析:")|| subItem.Contains("答案解析:") || subItem.Contains("解析:") || subItem.Contains("解析:"))
{ {
string answerReg1 = @"答案解析[::]"; string answerReg1 = @"答案解析[::]";
string answerReg2 = @"解析[::]"; string answerReg2 = @"解析[::]";
...@@ -248,7 +248,7 @@ namespace Edu.Common.Data ...@@ -248,7 +248,7 @@ namespace Edu.Common.Data
model.QuestionAnswer = answerArray.Length > 1 ? answerArray[1] : ""; model.QuestionAnswer = answerArray.Length > 1 ? answerArray[1] : "";
} }
} }
if (subItem.Contains("难易程度:") || subItem.Contains("难易度:")) if (subItem.Contains("难易程度:")||subItem.Contains("难易程度:") || subItem.Contains("难易度:") || subItem.Contains("难易度:"))
{ {
string easyReg1 = @"难易程度[::]"; string easyReg1 = @"难易程度[::]";
string easyReg2 = @"难易度[::]"; string easyReg2 = @"难易度[::]";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment