# 元素没有元素浏览量怎么处理？

首先确认这个元素是不是通过display:none/其它 控制显隐的，对于 display 为 none 的元素，我们会只采集 A 和 Button 标签的浏览量，所以如果你想要一个 display 为 none 的元素<或其子元素>的浏览量，把元素改为 A 或 button 标签实现。并且还需要确认你的网站是否配置了[元素浏览量的采集](/docs/developer-manual/sdkintegrated/web-js-sdk/latest-jssdk.md#32-imp-xi-tong-bian-liang)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq/faq-6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
