无法通过execCommand(“insertHTML”)插入带有样式的元素

时间:2017-06-27 07:51:53

标签: javascript asp.net-web-api

我有一个div属性contenteditable=true。 我想在另一个带有style属性的可编辑div中插入另一个div。 但我所有的尝试都失败了。例如:

document.execCommand("insertHTML", false, "<div style='color: #000;'>")

样式属性总是以某种方式被过滤掉。

Here是我的代码来说明我的问题。

有没有办法插入附加了style属性的html?

BTW,命令styleWithCSS如何工作?

0 个答案:

没有答案