gpt4 book ai didi

javascript - 如何附加或更新时间戳查询字符串参数

转载 作者:行者123 更新时间:2023-11-30 23:52:02 24 4
gpt4 key购买 nike

我想在我的查询字符串中附加一个时间戳,以确保当我通过 JavaScript 刷新页面时浏览器绕过其缓存。我需要考虑现有的查询字符串(其中可能已经有时间戳参数)和哈希标签 (http://www.example.com/?ts=123456#example)。

我已经编写了自己的实现,但我怀疑它不必要地复杂。有没有一种快速简单或至少优雅的方法来实现这一点?

最佳答案

为了操作查询字符串参数,我向您推荐这个插件:

它非常容易使用:

var timestamp = $.query.get('ts'); // get a value

window.location = $.query.set('ts', newValue); // set a value and navigate

关于javascript - 如何附加或更新时间戳查询字符串参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1233904/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com