Lawguancong / Daily-Charging-Learning

0 stars 0 forks source link

iframe #41

Open Lawguancong opened 3 years ago

Lawguancong commented 3 years ago

iframe优缺点

https://cloud.tencent.com/developer/article/1687845

sandbox

该属性对呈现在 iframe 框架中的内容启用一些额外的限制条件。属性值可以为空字符串(这种情况下会启用所有限制),也可以是用空格分隔的一系列指定的字符串。有效的值有:

iframe跨域问题

总结

参考链接 https://cloud.tencent.com/developer/article/1687845 https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/iframe