Auto refresh web page

前端 未结 10 2283
挽巷
挽巷 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:48

    Short answer is NO. YOu can use ajax to update the necessary components. This reduces the load time and keeps your page from resetting.

提交回复
热议问题