天天看点

div溢出自动换行

加上这个CSS代码,不过记得设定你需要的宽度

div {
	 width:200px;
	 table-layout:fixed; 
	 word-break:break-all; 
	 overflow:hidden;
}