a标签没有闭合引起自动插入很多a标签的问题

a标签中间没有内容的情况下,很容易忽略闭合

a标签一定要闭合,否则会在后面每个div后面插入同一个a标签

要以如下形式闭合:

<div class="v5-index-container3 v5-clearfix banner banner06" style="margin-bottom:15px;">
<div style="100%;height: 100%;">
<a href="https://engine.beerto.cn/index/activity?appKey=uuNX4GQ6Xoi9mNG2yZcz3eYBRf1&adslotId=193506" style=" 100%;height:100%;display:inline-block;"></a>
</div>
</div>
 
 
原文地址:https://www.cnblogs.com/cowboybusy/p/9639397.html