Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 tinyMCE,并且这个标签通过按钮动态插入。
<span class="_pElement" contenteditable="false">variable</span>
当我在编辑器上选择此标签并按退格键时,页面返回页面。按退格键时应该删除这个标签。
您应该在插入跨度后立即聚焦编辑器:
tinymce.get('your_editor_id').focus();