@RequestBody需要接的参数是一个string化的json. @RequestBody,要读取的数据在请求体里,所以要发post请求,还要将Content-Type设置为application/ ...
確定! 回上一頁