Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到一个恼人的错误。
当您在我的网站上导航时,[菜单(右上角)正常运行]。
但是,一旦您转到带有 Google AdSense 广告的页面,菜单就会在 1 到 5 秒内完全爆炸(这意味着我们可以看到所有子菜单)。
如果您的连接速度较慢,您会比其他人注意到更多。
这是什么原因造成的?这是广告吗?
那是因为您在 JS id 假设中进行隐藏...尝试添加style="display: none;到隐藏元素,以便在使用 js 构建菜单之前将它们隐藏。
style="display: none;