简体   繁体   中英

How to auto refresh a page using servlet and jsp

一旦我在 chrome 中删除了一个表单,然后我使用相同的表单转到 mozilla 而不刷新页面并添加元素,发生异常如何解决这个问题?

In JavaScript:

window.location.reload(); 

in HTML (where 1 = 1 second):

<meta http-equiv="refresh" content="1">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM