//        var t = document.getElementById("iframe").contentWindow.document.getElementsByClassName("subFormZoneMenuBar");
//        for (var i = 0; i < t.length; i++) {
//            var tt = t[i];
//            console.log(tt);
//            if(tt.className=="subFormZoneMenuBar"){
//                tt.style.display = "none";
//            }
//        }
        $(window.frames['myiframe'].document).find('.subFormZoneMenuBar').css('display','none');

  

相关文章:

  • 2021-08-28
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案