防止英文字符撑破表格的方法table{table-layout:fixedword-break:break-allword-wrap:break-word}
防止英文字符撑破表格的方法
table
{
table-layout:fixed;
word-break:break-all;
word-wrap:break-word;
}
防止英文字符撑破表格的方法
table
{
table-layout:fixed;
word-break:break-all;
word-wrap:break-word;
}