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.
我有一个网站:galiro.com/summer.html 我想将在 iframe 中使用我网站的人重定向到实际网站。这可能吗?
这应该这样做:
if (window.top != window.self) { window.top.location.href = "http://galiro.com/summer.html"; }