|
@@ -369,6 +369,7 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
|
if(content.startsWith("\\t")){
|
|
|
content = content.replace("\\t", "");
|
|
|
}
|
|
|
+ System.out.println(content);
|
|
|
// content = trimFirstAndLastChar(content, "\t");
|
|
|
if(Validator.isNotEmpty(content)){
|
|
|
//第一个选项
|