1.contenteditable 是h5新增的属性, 规定是否可编辑元素内容 可以用来模拟textarea 2.使用简单<div contenteditable="true">这是一段可以编辑的文本</div>