html中如何截断字符串
在html标签中如何截断字符串啊,项目是有机密的,不过先不管了
<c:forEach items="${list }" var="temp"> <tr> <td>${temp.newsauthor }</td> <td>${temp.newsname }</td> <td>${temp.newstype }</td> <td>${temp.newscontent }</td><!--就是这行内容要进行字符串截断--> <td>${temp.newsadddate }</td> </tr></c:forEach>