就像这样的代码: @RequestBody用来接收http post请求的body,前端传入序列化好的json数据,后端可以解析为json对象(Content-Type需要指定为application/json)。 @ ...
確定! 回上一頁