您应该用样式属性替换类属性,如下所示:
<th >${dataStrValue}</th>或创建绿色和红色两个类,并像这样使用它们:
<style> .green{background-color: green} .red{background-color: red}</style><th >${dataStrValue}</th>
您应该用样式属性替换类属性,如下所示:
<th >${dataStrValue}</th>或创建绿色和红色两个类,并像这样使用它们:
<style> .green{background-color: green} .red{background-color: red}</style><th >${dataStrValue}</th>