原因:数据格式不兼容 解决办法:在xhr.send方法前加上 xhr.setRequestHeader("content-type", "application/x-www-form-urlencoded");
xhr.setRequestHeader("content-type", "application/x-www-form-urlencoded");