今天遇到一个在页面中有button跳转指定的iframe问题,大家都知道跳转指定的iframe必须指定一个target,然而button没有这个属性。

试了很多方法都不行,最后才发现在要跳转的<head></head>之间加上<base target="main">这段话就行了。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-05-26
  • 2021-11-17
  • 2021-05-15
  • 2021-09-19
猜你喜欢
  • 2021-10-16
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
相关资源
相似解决方案