spring 返回json web接口 js可调用
web接口$.get("http://localhost:8080/springMvcAnonotationDemo/manager/getvalue",function(rsp){console.log(rsp);$("#name").html(rsp.id+""+rsp.name)},"json")
下载地址
用户评论