摘要: Restful 风格 最基础的两点 1.动词 使用五种 HTTP 方法,对应 CRUD 操作. 2.我们的资源存放在url里 常规 //添加用户 http://localhost/createuser //删除id为1的用户 http://localhost/deleteuser?userid=1 阅读全文
posted @ 2022-06-19 09:25 875211 阅读(27) 评论(0) 推荐(0) 编辑