我的答案: {% if (topicList[0].userAnswer.length === 0) { %} 未作答 {% } %} {% for (var i = 0, len = topicList[0].userAnswer.length; i < len; i++) { %} {%=topicList[0].userAnswer[i]%} {% } %}
{% if (type !== 5) { %}正确答案:{%=topicList[0].answerOption%}
{% } %}试题解析: {%=topicList[0].analysisText%}
我的答案: {% if (topicList[i].userAnswer.length === 0) { %} 未作答 {% } %} {% for (var n = 0, nlen = topicList[i].userAnswer.length; n < nlen; n++) { %} {%=topicList[i].userAnswer[n]%} {% } %}
{% if (topicList[i].type !== 5) { %}正确答案:{%=topicList[i].answerOption%}
{% } %}试题解析: {%=topicList[i].analysisText%}