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.
我正在尝试制作一个不时刷新我的图表的过程。在Javascript我脑海中出现的答案是:setInterval()+ ajax 调用。我怎么能用 ZK 做到这一点?
Javascript
setInterval()
我查看了客户端编程,但没有找到任何可以解决这个要求的东西。
在服务器端,似乎我可以用 触发事件Events.echoEvent(),重复这样做有什么缺点吗?
Events.echoEvent()
您所需要的只是Timer组件。它在指定的延迟后触发事件。
Timer