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 或 DIV 中包含来自其他站点的页面。我想用我自己的 CSS 替换它下面的网站的 CSS(以某种方式覆盖它;例如,我可能引用它下面的博客页面,但想通过 CSS 更改外观)。请注意,这些页面仅是根据网站许可允许我执行此操作的页面。
这可能吗?
不,不是。当然不是跨域。iframe 的全部意义在于它们的内容与父页面隔离。请参阅如何将 CSS 应用于 iframe?对这个问题进行彻底的讨论。