Commit c7d42069 张东亮

1

1 个父辈 eb5f893d
...@@ -252,13 +252,13 @@ namespace SmartScan ...@@ -252,13 +252,13 @@ namespace SmartScan
emptyMatch = true; emptyMatch = true;
} }
} }
else if (match.MatchSplit) //else if (match.MatchSplit)
{ //{
if(string.IsNullOrEmpty(match.MiddleText)) // if(string.IsNullOrEmpty(match.MiddleText))
{ // {
emptyMatch = true; // emptyMatch = true;
} // }
} //}
else if (match.MatchStart) else if (match.MatchStart)
{ {
if(string.IsNullOrEmpty(match.StartText)) if(string.IsNullOrEmpty(match.StartText))
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!