JSP如何显示固定长度的标题

<div style="width: 300px; height: 24px; border: 0px;overflow: hidden; text-overflow:ellipsis; white-space:nowrap">
<a href="<%=basePath %>ZwServletb=findById&contentId=${zwlist.contentId }" style="line-height:24px;">${zwlist.title }</a>
</div>

你可能感兴趣的:(jsp,显示标题)