table中td内容过长自动换行

table {
table-layout:fixed;
WORD-BREAK:break-all;
}
原文地址:https://www.cnblogs.com/llcdxh/p/9718479.html