主要应用于在程序中进行@GetMapping@PostMapping@PutMapping@RequestMapping请求 Post请求(一般新增信息) Post请求 result Get请求(一般查询信息) get请求 result Put请求(一般修改信息) put result