只要在div前加上

<iframe position: absolute; z-index: 9; width: expression(this.nextSibling.offsetWidth);
    height: expression(this.nextSibling.offsetHeight); top: expression(this.nextSibling.offsetTop);
    left: expression(this.nextSibling.offsetLeft);" frameborder="0"></iframe>


就能解决此问题

相关文章:

  • 2021-10-15
  • 2021-11-14
  • 2021-12-22
  • 2022-12-23
  • 2021-11-21
  • 2021-07-05
  • 2021-12-20
  • 2021-12-08
猜你喜欢
  • 2022-01-21
  • 2022-01-11
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案