我创建了一个新的 iframe,然后将其附加到主窗口文档并执行此 javascript:
frame.contentDocument.execCommand('insertimage',0,'obama.jpg');
其中 frame 是 iframe 元素。不幸的是,我收到此错误:
Error: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMHTMLDocument.execCommand]
如何在 iframe 中启用 execCommand() 函数?有什么遗漏吗?