Rumah > Artikel > pembangunan bahagian belakang > javascript - ueditor 怎么回显 整个html
因为需要把ueditor编辑的整个html保存到数据库,app需要展示。
但这样ueditor的方式就无法回显。
<code> UE.getEditor('editor').execCommand('insertHtml', value); </code>
通过以上方式会提示错误
<code>ueditor.all.min.js:11 Uncaught TypeError: Cannot read property 'getRange' of undefined</code>
因为需要把ueditor编辑的整个html保存到数据库,app需要展示。
但这样ueditor的方式就无法回显。
<code> UE.getEditor('editor').execCommand('insertHtml', value); </code>
通过以上方式会提示错误
<code>ueditor.all.min.js:11 Uncaught TypeError: Cannot read property 'getRange' of undefined</code>