Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作这样的 iframe,<iframe src="http://www.fonefinder.net"></iframe>出现的只是一个空白区域。如果我用另一个链接替换链接,它工作正常。老实说,我不知道为什么会这样。
<iframe src="http://www.fonefinder.net"></iframe>
如果您检查控制台,您将看到一个错误
Refused to display document because display forbidden by X-Frame-Options.
作者不想让你陷害他/她的网站,你可以阅读更多关于它的信息
克服“X-Frame-Options 禁止显示”