PHP vs JavaScript For Dynamic HTML Pages

后端 未结 6 706
南方客
南方客 2020-12-13 10:15

Typically when I put together dynamically generated HTML markup, I\'ve been using PHP to store the information and then looping through that to create elements on the page.

6条回答
  •  粉色の甜心
    2020-12-13 10:18

    If SEO is your concern, things are simple: JS is not indexed.

    There also are UI issues: if JS is not enabled, no JS-dependent stuff will load.

提交回复
热议问题