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.
根据我的项目要求,我想使用 GWT Ui-Binder 开发一个 Ajax 应用程序。用于在从数据库获取内容时自动刷新页面。
记住:不点击刷新按钮(或)任何鼠标动作。如果你知道这个任务......你能给我任何相关的例子吗......
如果您想自动刷新,那么您可能会遇到从数据库获取数据的任何情况,例如 rpc 出现在成功方法等上。然后只需调用 Window.Location.refresh();那里。
Window.Location.refresh();