H5---公共页面引入
作者:互联网
<!-- 加载公共底部 -->
<footer class="footer"></footer>
<script>
$('.footer').load('conment/foot.html',function(responseTxt,statusTxt,xhr){
console.log('responseTxt,statusTxt,xhr')
})
</script>
标签:load,function,statusTxt,console,H5,xhr,responseTxt,引入,页面 来源: https://blog.csdn.net/nw_ningwang/article/details/99334895