Why not just using ajax for Page Requests to load the page content?

后端 未结 9 970
醉话见心
醉话见心 2021-01-13 07:47

Many web pages load all of their content to change very little information.

Now I would like to know why shouldn\'t the developers just use ajax for the main page re

9条回答
  •  無奈伤痛
    2021-01-13 08:14

    Aside from the answers already posted, using AJAX can have ugly side effects on browser control, such as the stop button not working.

提交回复
热议问题