//获取iframe对象
var iframe=document.getElementById('upload_iframe').contentWindow;
通过该对象在获取相应的方法
iframe.document.getElementById('count_price').value=zj;
转载于:https://blog.51cto.com/raoyonggang/1424019
//获取iframe对象
var iframe=document.getElementById('upload_iframe').contentWindow;
通过该对象在获取相应的方法
iframe.document.getElementById('count_price').value=zj;
转载于:https://blog.51cto.com/raoyonggang/1424019