如何根据我所处的路径将 CSS 类添加到 div,包括如果我在其中包含 # 则它不应该出现?
<div class="popup">
<ul>
<li><a href="#vs">Example 1</a></li>
<li><a href="#bod">Example 2</a></li>
<li><a href="#ptf">Example 3</a></li>
</ul>
</div><!-- popup -->
<!-- how would I add the class addMe with javascript depending on the site path? It has to work with # -->
示例 index.html