利用js的方法自动加载html文件,就可以不用前端框架了,例如  iframe

 

<script>
$(document).ready(function(){
$("#top-header").load("top.html");

})

</script>

  <div >

 

相关文章:

  • 2021-07-24
  • 2022-03-08
  • 2021-11-08
  • 2021-10-15
猜你喜欢
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
相关资源
相似解决方案