td 内容自动换行 table表格td设置宽度后文字太多自动换行
设置table 的 style="table-layout:fixed;" 然后设置td的 style="word-wrap:break-word;" 即可
设置table 的 style="table-layout:fixed;" 然后设置td的 style="word-wrap:break-word;" 即可
转载于:https://www.cnblogs.com/wanlibingfeng/p/8386294.html