web接口$.get("http://localhost:8080/springMvcAnonotationDemo/manager/getvalue",function(rsp){console.log(rsp);$("#name").html(rsp.id+""+rsp.name)},"json")