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.
假设,在 root.com 网站的标题中有 3 个链接,称为 A、B 和 C。如果我们单击这些链接,我们将被重定向到 A.com、B.com 和 C.com。我需要在 root 中显示它们。上面可以看到带有这些链接的 com。如果他们在同一个域中,我该如何实现?
使用 iframe 加载 A.com、B.com 和 C.com
单击超链接时,使用一个 java 脚本函数来设置 iframe 的 src。
<iframe src="http://www.google.com"></iframe>