function resizeFrame() {
創(chuàng)新互聯(lián)公司主營高唐網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營網(wǎng)站建設(shè)方案,重慶APP軟件開發(fā),高唐h5重慶小程序開發(fā)公司搭建,高唐網(wǎng)站營銷推廣歡迎高唐等地區(qū)企業(yè)咨詢
if (parent.document.getElementById("iFrame1") != null) {
var hh = parent.document.getElementById("iFrame1").contentWindow.document.body.scrollHeight;
parent.document.getElementById("iFrame1").style.height = hh + "px";
}
}