本文介绍了JSP/Servlet中的倒数计时器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用servlets/jsp开发在线考试.我需要在问题页面上添加一个倒计时(hh/mm/ss)计时器,以结束考试并重定向到结果页面.
I am developing an online examination using servlets/jsp.I need to add a count down (hh/mm/ss) timer to the questions page that would end the exam and redirects to results page.
除了定时器之一,我已经完成了所有其他功能.
I am done with all the other functionalities except the timer one.
有人可以提供一些帮助吗?
Can someone provide some help on this.
谢谢
推荐答案
您是否尝试过JavaScript解决方案.自己编写非常容易.网上还有大量示例,例如一个
Have you tried a JavaScript solution. Its pretty easy to write your own. There is also a ton of examples on the net such as this one.
这篇关于JSP/Servlet中的倒数计时器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!