这是我的代码:
<span class="msg" data-ng-show="question.message == 'Correct'" style="color: green;">Correct</span>
<span class="msg" data-ng-show="question.message == 'Incorrect'" style="color: red;">Incorrect</span>
<span class="msg" data-ng-show="question.message == 'Answers Shown'">Answers Shown</span>
有没有办法可以将类设置为“红色”或“绿色”或什么都没有,这样我就可以将这三行合并为一条?