天天看點

div溢出自動換行

加上這個CSS代碼,不過記得設定你需要的寬度

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