ajax 本身是不适用于页面跳转的;可以借助其他方法实现:1,window.location.href = "/home";2,springMVC 返回的modelAndView (redirect:xxx)两者用一个即可