解决办法:用表格把要显示的内容装起来。在<table>标签中加入“style='TABLE-LAYOUT: fixed'”,在需要强制单词换行的<td>标签中加入“style='word-WRAP: break-word'”。这样就可以了。