我一直在网上四处寻找,但找不到解决问题的方法。
让我们在下一页说我有一个 iframe。
http://www.mysite.com/cakes.php - this is the url of the page the iframe is on
这是该页面上的 iframe 代码
<iframe src = "http://www.mysite.com/secret_frame.php"></iframe>
在 iframe(文件 secret.php)中,我将如何获取 iframe 所在页面的 URL,所以在这种情况下它将是http://www.mysite.com/cakes.php。
谢谢
坦率