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.
我有一个很长的列表。滚动。单击项目后,它会加载“详细信息”视图。但是,当我单击“返回”时,集合视图会再次从顶部出现。我想返回到用户单击“详细信息”时的特定滚动级别(?)。
如果您的问题没有太多细节,我认为最简单的方法是使用 history back() 方法。它在 w3schools.com 上进行了描述,包括一个示例。