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.
我正在使用 listview 来过滤大量项目。每个项目都是指向另一个页面的链接,我用它来编辑所选项目的详细信息。如何返回我的列表视图并让它记住我之前输入的过滤器文本?
您应该将过滤器数据作为 url 查询字符串发送到后端框架,并让它处理数据和请求重定向。例如: