jersey獲取各個參數的總結

service端:java @Path("/hello") public class HelloService { @GET @Produces("text/plain") public String helloWorld(){ return "hello world"; } /* * post param test */ @POST @Path("echo")
相關文章
相關標籤/搜索