Css设置内容过多时撑开的问题。

html防止表格被撑开的css方法

table {

table-layout: fixed;

word-wrap:break-word;

}

div {

word-wrap:break-word;

}