curl -X POST -F 'name=abc' -F 'id=123' http://localhost:8080/spring-mvc-basics/api/foos ----- Parameters are {[name=abc], [id=123]} ...
確定! 回上一頁