怎么获取iframe中的页面地址

如何获取iframe中的页面地址 RT [解决办法]alert(this.src)改成alert(this.contentWindow.location)就对

如何获取iframe中的页面地址

RT


[解决办法]
alert(this.src);改成alert(this.contentWindow.location);就对了。我试过了。