Link 在 iframe 中正常,但在嵌入页面中不显示

Link in iframe ok, but does not display in embedded page

我正在尝试使用 iframe 将地图嵌入到旅游博客中。底层网页很好,但它不显示在 iframe 中。我怀疑这是一个尺寸问题,我试过调整各种参数。有谁知道我接下来可以尝试什么?

我可以在 jsfiddle 下重现问题。

<iframe src="https://trackmytour.com/cgkvp/e" width="100%" height="300" style="border: 1px solid black;">
</iframe>

尝试加载该 iframe 时来自控制台的引用:

Cross-Origin request blocked: The Same-Origin-Rule forbids reading of the extern resource at https://trackmytour.com/static/vue/js/chunk-vendors.2eefddd2.js. (Reason: CORS-Header 'Access-Control-Allow-Origin' missing).

这就是您在 iframe 中看不到它的原因。 有关详细信息,请参见 。如果您不是该网站的所有者并且可以访问网络服务器,则无法绕过这个问题:您正在尝试做的事情不可能,抱歉...