-
jersey获取json参数解决办法
jersey获取json参数谁给个demo啊?我这样写获取不到客户端的json数据前台请求:$.ajax({ url:'/Test/services/update', type:'post', data:'{"1":"1","2":"2"}', dataType:'json', contentType:'application/json', async:false, success:...
1981
热度
上一页1下一页
jersey获取json参数谁给个demo啊?我这样写获取不到客户端的json数据前台请求:$.ajax({ url:'/Test/services/update', type:'post', data:'{"1":"1","2":"2"}', dataType:'json', contentType:'application/json', async:false, success:...