如题,如何做到给网页框初始化,让网页框定时刷新呢
现在定时刷新后,为啥这里没法根据参数显示地址呢
https://help.fanruan.com/finereport/doc-view-1300.html
setTimeout(function() { //SetInterval:每100毫秒执行一次,setTimeout:100毫秒后执行一次
//上面的JS
}, 100);
参考文档,在网页框引用的子报表上实现定时刷新;JS实现定时刷新报表-https://help.fanruan.com/finereport/doc-view-1202.html