标签: html svg execcommand
我的HTML中有一个可编辑的div,并且正在其中插入SVG元素。 元素如下:
<svg width="1.5em" height="1.5em"><use xlink:href="hrefLink"></use></svg>
我正在使用document.execCommand('insertHTML')方法插入此元素。但是,我面临以下问题-
document.execCommand('insertHTML')