距离下一次测验的确切剩余时间
我只能获取当前正在进行的测验。如何仅显示直到下一次测验的确切时间?
I can get only the currently ongoing quiz. How to display the exact time only until the next quiz?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道我是否正确理解了你的问题:“我只能得到当前正在进行的测验。”这是否意味着您拥有当前正在进行的测验的 ID,或者您可以通过将其开始和结束与当前时间进行比较来确定该测验?
在第一种情况下,你可以这样做:
在第二种情况下,它更容易:
I don't know, whether I got your question right: "I can get only the currently ongoing quiz." Does that mean, you have the ID of the currently ongoing quiz or that you can determine this quiz by comparing its start and end with the current time?
In first case, you can do:
In second case, it's even easier:
从开始减去现在?
subtract now from start?