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.
我正在工作图片库网站。图片搜索页面将像谷歌图片搜索一样工作。在滚动时,它使用 jquery 显示下一个结果。如果用户刷新页面,如何显示相同的结果?
谢谢, 沙姆
您可以使用查询字符串来获取用户搜索参数,也可以使用搜索文本字段在页面刷新时显示结果。
使用查询参数仅有助于在刷新后从头开始显示页面,但我要做的是,
有两种选择,
我更喜欢第二种,但是这两种方式都可以缓存当前的搜索数据,以便以后使用。这将帮助您显示不同的结果页面,其中查询参数保持不变。