iframe使用
<iframe src="../../src/html/cron-master/cron.html" name="iframe_corn_config" id="iframe_corn_config" scrolling=no height='560px' width='880px' frameborder=0 marginheight='0px' marginwidth='0px' ></iframe>
参数配置和详解见:
http://www.w3school.com.cn/tags/tag_iframe.asp
父页面获取值
var cornText = $("#iframe_corn_config").contents().find("#cron").val();//jquery 方法1 ;
$("#iframe_corn_config").contents().find("#cron").val(data.data.cornText);
$("#iframe_corn_config").contents().find("#btnFan").click();
参见:
https://www.cnblogs.com/alisonGavin/p/8315634.html