我正在尝试使用 TinyMCE 5.06 版本插入表情符号,但此插入出现错误。当我在 Asp.Net MVC 中使用 Html.Raw() 时没有出现表情符号。看起来像这个“????”。我怎样才能解决这个问题 ?
//tinymce plugin and toolbar options
$scope.tinymceOptions = {
selector: '#post',
plugins: [
"advlist autolink autoresize link image fullscreen lists charmap paste print preview hr anchor pagebreak",
"searchreplace wordcount visualblocks visualchars insertdatetime media nonbreaking wordcount ",
"table contextmenu directionality emoticons paste template spellchecker searchreplace help imagetools media "
],
mobile: {
theme: "mobile",
plugins: [ 'autosave', 'lists', 'autolink' ],
toolbar: [ 'undo', 'bold', 'italic', 'styleselect' ]
},
toolbar: "insertfile undo redo …Run Code Online (Sandbox Code Playgroud)