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.
我在从 facebook 画布重定向到我想要的网站时遇到问题。
我目前正在使用 php 解决方案来重定向网站
header( 'Location: http://www.example.com' ) ;
虽然我觉得这应该可以解决问题,但它只是将网站加载到画布中。
你必须使用javascript
<script>top.location.href="http://www.expample.com";</script>