iframe中的网页如何控制上层元素iframe中的网页如何控制上层元素[解决办法]给iframe赋个id,如if1: window.parent.document.getElementById( "if1 ").height = 500; 写错了,少了个点