1. 程式人生 > >JSP中table表格中的文字自動換行

JSP中table表格中的文字自動換行

style="display:inline-block;width:300px;word-wrap:break-word;white-space:normal"

<span></span>

style樣式+span標籤

<td align="left"  nowrap="nowrap" style="display:inline-block;width:300px;word-wrap:break-word;white-space:normal">
     <span>A.${list[2]}<br/>B.${list[3]}<br/>C.${list[4]}<br/>D.${list[5]}</span>
</td>