0

这是我的 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 删除图像标签并添加表情符号?

4

1 回答 1

0

您可以将 unicode 用于表情符号而不是图像标签。 p &#x1F601

于 2018-04-06T08:05:02.597 回答