如何获取iframe的真实URL 在一个iframe内部产生的跳转是无法直接通过“src”属性来得到的,而以下这些途径也是无法得到的(只是未跳转之前的初始URL):
document.getElementById('iframe').contentDocument.location.href; document.getElementById('iframe').document.location.href;