jsp中倒计时

发布于 2024-11-01 09:56:31 字数 87 浏览 0 评论 0原文

我想在我的 jsp 页面中进行简单的倒计时,例如 1%,然后用 2% 替换,依此类推。 实际上我想展示一个过程的进度。有谁可以帮助我吗..

谢谢

I want to make a simple count down like 1% then it replace with 2% and so on.. in my jsp page.
Actually i want to show progress of a process. Is any one can help me..

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

隔纱相望 2024-11-08 09:56:31

我建议使用 jquery ui 的进度条组件: http://jqueryui.com/demos/progressbar/< /a>

如果您要监视的进程在服务器上运行,您可能需要某种 javascript 后台作业,每隔 3-5 秒向服务器询问当前进度并更新进度栏。

I would suggest to use the progress bar component of jquery ui: http://jqueryui.com/demos/progressbar/

If the process you want to monitor runs on the server, you might have to have some kind of javascript background job, that asks the server for the current progress every say 3-5 seconds and updates the progress bar.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文