- {{ number }}{{ showQuestion }} -
--
-
-
-
正确答案: {{ reduceAnswer.rightAnswer }} -
- 题目解析:
- - - {{ - reduceAnswer.analysis == null - ? "暂无解析" - : reduceAnswer.analysis - }} - -
-
-
-
-
正确答案: {{ topic[2][index].answer }} -
- 题目解析:
- - - {{ - topic[2][index].analysis == null - ? "暂无解析" - : topic[2][index].analysis - }} - -
-
-
-
-
正确答案: {{ topic[3][index].answer=='T'?'正确':'错误' }} -
- 题目解析:
- - - {{ - topic[3][index].analysis == null - ? "暂无解析" - : topic[3][index].analysis - }} - -