我在一个页面中有很多次:
<a class="showComment" style="cursor: pointer;"><i class="icon-comment"></i> Views</a>
<br />
<br />
<div class="writeComment" style="height: auto; width: 700px;" dir="ltr" hidden="hidden">
</div>
我现在正在为a.showComment
单击事件编写 js 文件中的代码。现在我想选择下一个div.writeComment
。如何选择它?