How to modify the style of the elements of the page inside the iframe

How to modify the style of the elements of the page inside the iframe

window.onload = function(){
    var _iframe = document.getElementById('iframe').contentWindow.document.getElementById('license_title')   //get iframe下的id
    _iframe.style.display= "none";  //修改样式
}

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324835338&siteId=291194637