Can JavaScript connect with MySQL?

前端 未结 19 2014
小鲜肉
小鲜肉 2020-11-22 16:18

Can JavaScript connect with MySQL? If so, how?

19条回答
  •  春和景丽
    2020-11-22 17:02

    I think you would need to add something like PHP into the equation. PHP to interact with the database and then you could make AJAX calls with Javascript.

提交回复
热议问题