您现在的位置是:首页 > 电脑技术查询 > web开发

怎么获取iframe中的页面地址

编辑:chaxungu时间:2022-10-02 23:22:01分类:web开发

如何获取iframe中的页面地址

RT


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