一个页面有2个iframe,iframe1链接到1.jsp,iframe2链接到2.jsp,怎么在1.jsp页面上通过js得到2.jsp页面中的数据。
window.parent.document.getElementById('iframe2').contentWindow.document.getElementById('')