在网页制作中有时会碰到一段连续的英文词或者一堆感叹号把网页撑开的现象,
只要在CSS中加上如下的样式就OK了 !!!!!!!
table{table-layout: fixed;} td(word-break: break-all; word-wrap:break-word;)