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.
我正在尝试视差站点捕捉到某个点。
if ($(this).scrollTop() < 6500 && $(this).scrollTop() > 7500 ) { $(this).scrollTop(7000); }
但是使用这些代码,即使我想离开该区域,也会发生捕捉。如何解决这个问题?