这里有很多人遇到这个问题,但我找到的解决方案都没有用。
以下是我从Google地图获取的iframe嵌入代码:
<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?msa=0&msid=216410867472561730082.0004d44aa7eec841d333d&ie=UTF8&t=h&ll=40.696778,-73.978543&spn=0.015618,0.027466&z=15&output=embed"></iframe><br /><small>View <a href="https://maps.google.com/maps/ms?msa=0&msid=216410867472561730082.0004d44aa7eec841d333d&ie=UTF8&t=h&ll=40.696778,-73.978543&spn=0.015618,0.027466&z=15&source=embed" style="color:#0000FF;text-align:left">Taskeyo Example 2</a> in a larger map</small>
控制台说
Refused to display document because display forbidden by X-Frame-Options.
后面是很多不安全的JS错误。
嵌入代码已经有&amp; output =嵌入其中,这似乎是我需要的修复。
其他人是否收到此错误?我只将iframe包装在div中(在jQuery UI手风琴中)并且它曾经工作过!我很感激帮助。