@PostMapping和@GetMapping用法详解
摘要:@PostMapping和@GetMapping用法详解 public class ApplyObject { private String id ; private String name; } 1、使用post方法调用前端传递参数如果是一个object的话,如{id:'1',name:'2222
阅读全文
posted @ 2023-06-05 20:30
posted @ 2023-06-05 20:30
posted @ 2023-06-05 20:23