//方法1

document.getElementById('FrameID').contentWindow.location.reload(true);


//方法2
document.getElementById('youriframe').src=src;

相关文章:

  • 2021-09-16
  • 2022-01-18
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-07-17
  • 2022-02-28
猜你喜欢
  • 2021-05-11
  • 2022-12-23
  • 2021-12-03
  • 2021-12-04
  • 2021-12-15
  • 2022-12-23
相关资源
相似解决方案