【发布时间】:2011-08-16 14:32:14
【问题描述】:
<table>
<c:forEach items="${requestScope['rfpq.mailRecievers']}" var="row">
<tr>
<td> </td>
<td style="color: #000000; font-size: 11px;" height="17" width="450"> ${row} |</td>
</tr>
</c:forEach>
</table>
输入是:
A0001 |
A0002 |
A0003 |
A0004 |
A0005 |
我将如何获得输入(带有颜色):
A0001 | (颜色:灰色) A0002 | A0003 | (颜色:灰色)A0004
【问题讨论】: