引入html文件的方法?

首先想到的是使用iframe或frameset,但是还有没别的方法?

iframe那叫嵌入
https://blog.csdn.net/u014465934/article/details/87915153

插入html还是引入html
插入的话可以参考下面链接

https://blog.csdn.net/u014465934/article/details/87915153

引入html可以用load,比如
$(“#footer”).load(“footer.html”)
也可以用iframe

可以采用include,如有帮助,请采纳,谢谢!
https://www.php.cn/div-tutorial-408954.html