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 中,我让用户使用第三方网站验证信用卡支付信息,验证后页面将重定向到我们应用程序中的预定义 URL。但是,它会在 iframe 本身内发布到此 URL。有没有一种干净的方法可以重定向到我需要的页面?还是我必须使用一些中间页面,然后将重定向“出”iframe?
尝试将以下 javascript 放入返回的页面中。
window.parent.location = url;