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 会更改以包含有关该图像的信息以及将您带到另一个页面的链接(具有相同画廊样式格式的原始图像的更详细图片)。
我的问题是,由于链接在 iframe 中,因此新页面会在 iframe 中加载。有没有办法或 target="whatever" 命令使该链接成为父页面?
在链接中添加target=_parent
target=_parent