这是我的代码:
<div id="a" style="position:absolute;top:300px;width:100px;height:100px;background:red;color:black;word-wrap:break-word;"> <div id='a2' contenteditable=true > </div> </div>
这个代码在firefox中自动换行,但在chrome中我不能自动换行,
那么怎么做& nbsp; Chrome上的自动换行?
谢谢