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

相关文章:

  • 2022-12-23
  • 2021-12-11
  • 2022-02-17
  • 2021-07-27
  • 2021-12-27
  • 2021-06-20
  • 2022-12-23
  • 2022-02-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案