我在iframe中显示一个页面,在我的Node.js服务器中,我需要访问主页面的URL。
我不想在iframe中获取该页面的请求URL,但我需要浏览器地址栏中的URL,即主页面的URL。
答案 0 :(得分:1)
Referer
请求标头应包含您要查找的网址。
http://www.nczonline.net/blog/2013/04/16/getting-the-url-of-an-iframes-parent/
iframe内部页面的HTTP Referer标头始终设置为包含页面的URL。
答案 1 :(得分:0)