a标签在编辑器中可以整体删除并且a标签为不可编辑的情况下 标签依然存在 因为给a标签的后面 添加了一个空元素,如<i></i>(棒棒哒)
<div contentEditable="true">
Type here.
<a href="" contentEditable="false" data-uid="333">@ 谁谁谁</a><i></i>
can insert images too
</div>
a标签在编辑器中可以整体删除并且a标签为不可编辑的情况下 标签依然存在 因为给a标签的后面 添加了一个空元素,如<i></i>(棒棒哒)
<div contentEditable="true">
Type here.
<a href="" contentEditable="false" data-uid="333">@ 谁谁谁</a><i></i>
can insert images too
</div>