jersey获取各个参数的总结

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