//获取父页面的某个元素
var node = window.parent.document.getElementById("btnReturn");
//调用该元素的Click事件 node.click();

 

相关文章:

  • 2021-05-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2021-08-29
猜你喜欢
  • 2021-10-04
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案