日期:2014-05-16  浏览次数:20378 次

如何获取iframe中的页面地址

RT


------解决方案--------------------
alert(this.src);改成alert(this.contentWindow.location);就对了。我试过了。