摘要:
官方:https://www.runoob.com/php/php7-new-features.html 1、??、?: ?? - null合并运算符 等同 isset — 检测变量是否已设置并且非 NULL $rs = $a ?? 'nobody'; $rs = isset($a) ? $a : 阅读全文
posted @ 2019-06-26 15:26
pine007
阅读(153)
评论(0)
推荐(0)
摘要:
1、路由API 遵循RESTful 1.1、请求类型对应操作 GET: 读取(Read) POST: 新建(Create) PUT: 更新(Update) PATCH: 部分更新(Update) DELETE: 删除(Delete) 1.2、URL必须是名词 /getAllCars (× 阅读全文
posted @ 2019-06-26 12:04
pine007
阅读(201)
评论(0)
推荐(0)

浙公网安备 33010602011771号