我有这样的iframe:
<iframe src="https://www.keyshot.com/vr/keyshot6/motox/motox.html" style="height: 100%; width: 100%;" frameborder="0" scrolling="no">
</iframe>
在浏览器上,它没有出现?是否有错误,或者我可以使用其他方式嵌入this代码。
谢谢!
答案 0 :(得分:0)
有一个错误,请看一下控制台:
Refused to display 'https://www.keyshot.com/vr/keyshot6/motox/motox.html' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
表示您无法通过其他网站的iframe访问此网站。