主要是用到contenteditable属性,就可以用div让用户输入了<div id="guo" style="500px; height:200px; border:1px solid red" contenteditable="true"> <img src="qqface/1.gif" /> </div> <input type="button" value="插入" onclick="insert()" />