在导入公用部分html(客服信息)时,莫名其妙出现了一行空白,样式,html均无问题

php引入公用部分html出现了一行空白(原创)

后来才发现是html多了一行空白

<div class="ad-module-item3 fn-mt20 fn-clear">
<div class="ad-steps fn-mr20">
<div class="ad-steps-header">
<h1 class="ad-steps-h1 index-h1"><i></i>接入流程</h1>
</div>
</div>

<!--客服信息-->

<?php include_once('common/kefu.php');?>

<!--客服信息 end--> 
</div>

将红色部分改为:

</div><!--客服信息--><?php include_once('common/kefu.php');?> 问题解决

 

 

 

 

相关文章:

  • 2021-08-22
  • 2021-11-27
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-12
  • 2022-12-23
  • 2021-11-12
  • 2021-08-03
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案