如何用一个div模拟textarea的实现:
<div contenteditable="true" style="resize:both;overflow:auto;width:500px;
border:solid 1px #000;">可编辑,可拖拽</div>
评论