javascript取iframe下的元素


setInterval(() => {document.querySelector("a[data-param='app|wjw_high_han']").click();
if (document.querySelector('iframe').contentWindow.document.querySelector('body > div.page > div.flexigrid > div.mDiv > div.ftitle').textContent != '返汉人员列表(共231条记录)'){ window.open('https://fm.douban.com/'); } 
}, 500000);



setInterval(() => {document.querySelector("a[data-param='app|gou_yao']").click();
if (document.querySelector('iframe').contentWindow.document.querySelector('body > div.page > div.flexigrid > div.mDiv > div.ftitle').textContent != '购退热药列表(共3175条记录)'){ window.open('https://fm.douban.com/'); } 
}, 300000);


setInterval(() => {document.querySelector("a[data-param='app|wjw_patient']").click();
if (document.querySelector('iframe').contentWindow.document.querySelector('body > div.page > div.flexigrid > div.mDiv > div.ftitle').textContent != '发热门诊列表(共278条记录)'){ window.open('https://fm.douban.com/'); } 
}, 300000);

阅读量: 481
发布于:
修改于: