你的位置:
主页
>>
层特效
可编辑的层
加入如下代码到body区域
<DIV style='border:1 solid #ff9966' CONTENTEDITABLE="true" onkeypress = "if(window.event.keyCode==13) window.event.returnValue=false;"></div>