67,542
社区成员
发帖
与我相关
我的任务
分享
<script type="text/plain" id="myEditor" style="width:500px;height:240px;">
<p>测试代码一</p>
</script>
<script type="text/plain" id="myEditor2" style="width:500px;height:240px;">
<p>测试代码二</p>
</script>
<script type="text/javascript">
UM.getEditor('myEditor',{
autoClearinitialContent:true
});
UM.getEditor('myEditor2',{
autoClearinitialContent:false
});
</script>


这个就是代码[/quote]保存后当你在想修改编辑器里的内容时,点击编辑框后,内容消失
