Auto refresh web page

前端 未结 10 2287
挽巷
挽巷 2021-02-12 19:06

I have a web page which allows the user to carry out various operations that in turn modify the database. Also, this web application needs to keep track of various fields in dat

10条回答
  •  臣服心动
    2021-02-12 19:55

    if you want to autorefresh the whole page,use meta html tag in the page header.but it better to autoresh the specified part of the page using AJAX to avoid the elasticity of loading time

提交回复
热议问题