这是我的 HTML 代码:
<textarea name="edit_comment" class="edit-comment">
// This is the comment content that will be edited (getting from database)
Hello John <img alt="" class="emojioneemoji" src="https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/png/1f603.png">
</textarea>
当我尝试编辑评论时,这是给我的输出:
https://i.imgur.com/KfH5lHP.png
如何让 emojioneArea 删除图像标签并添加表情符号?