你能在文档之外的元素上运行execcommand吗

Can you run execcommand on an element besides document?

本文关键字:元素 运行 execcommand 文档      更新时间:2023-09-26

您能对除文档之外的元素执行execcommand吗?

我想知道你是否可以写这样的代码:

contentDiv.execCommand()

而不是:

document.execCommand()

否。execCommand()仅限于HTMLDocument节点(请参阅正在进行的HTML编辑规范),但IE除外,在IE中,其专有的TextRangeControlRange对象也支持execCommand()