<c:forEach items="${pageView.records}" var="item" varStatus="stauts">
<td class="tableContent"><div class="textover">${item.fd_read}</div></td>
</c:forEach>
怎么吧${item.fd_read}传给<%request.setAttribute("",)%>
或者怎么把read传给后台action因为fd_read值特殊 不能用<a>标签 也不能用html:hidden
有没有别的方法?