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 函数,它获取任何未来日期作为输入 并使用该日期进行倒计时。
我发现许多使用本地机器时间的函数,即new Date()函数,但我不想使用本地机器日期时间。当页面加载时,我只想显示未来日期的倒计时。我想从服务器端日期时间倒计时。所以我只想
new Date()
从给定日期时间开始倒计时而不与本地机器时间比较的函数。