Ajax课程的API接口


05-删除学生

<p><strong>简要描述:</strong> </p> <ul> <li>获取学生详情</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/students/:id</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>DELETE </li> </ul> <p><strong> 路径参数 </strong></p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">int</td> <td>学生 id</td> </tr> </tbody> </table> <p><strong>返回示例:</strong></p> <pre><code>无返回数据</code></pre>

页面列表

ITEM_HTML