php - 什么是restful api
天蓬老师
天蓬老师 2017-04-10 16:29:31
0
2
473

restful api是什么东西,做什么用的。和restful url有什么区别?比如下面的url:
http://gd.10086.cn/4g/tc/
http://gd.10086.cn/?4g=tc

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

répondre à tous(2)
伊谢尔伦

REST 是一种架构思想

https://en.m.wikipedia.org/wiki/Representational_State_Transfer

巴扎黑

restful API就是用http的四种请求方式直接对应数据库的四种请求,比如用get对应select,post对应insert,put对应update,delete对应delete,这样后台程序员就不需要干什么事了,前台js程序员可以直接用这四种http方法操作数据库,实现了前后台分离。

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!