标签: javascript html angular typescript iframe
<iframe src="demo_iframe_sandbox.htm" sandbox></iframe>
在html中,我们可以使用上述沙箱属性创建iframe
我想使用如下文字脚本创建iframe
const downloadFrame = document.createElement('iframe');
如何在打字稿中设置此iframe的沙箱属性?