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

后端 未结 9 973
醉话见心
醉话见心 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:24

    I'll give you one very good reason.

    If you turn off javascript in the browser it won't work.

提交回复
热议问题