【发布时间】:2022-02-06 14:46:51
【问题描述】:
我正在尝试在此位置添加 iframe 地图:
https://www.google.com/maps/place/32.2221546+35.2965266/@32.2221546,35.2965266,17z
喜欢
<iframe src="https://www.google.com/maps/place/32.2221546+35.2965266/@32.2221546,35.2965266,17z"></iframe>
但我得到一个错误,有人可以帮助我
【问题讨论】:
-
您至少应该分享您所面临的错误信息。分享解决问题的尝试会更好
-
我在您的问题中使用
<iframe>得到的错误是:Refused to display 'https://www.google.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.。
标签: google-maps