局部刷新 $.ajax({ url:"",//请求的地址 type:"post/get", data:{ }, dataType:"json", success:function(result){//交互成功的函数 window.location.href="xxx";//跳转到指定页面 }}) 后端返回:response.getOutputStream().write(jsonObejct.toString().getBytes(“utf-8”));