在html文件中添加如下代码:
<style type="text/css"> table td{word-break: keep-all;white-space:nowrap;} table th{word-break: keep-all;white-space:nowrap;} </style>
html table设置成强制不换行
原文:https://www.cnblogs.com/zifeiy/p/9412991.html