var data5=$.ajax({type:"POST",async:"false",url:"http://127.0.0.1/xt/login.do?method=login",data:{userName:"aaaaa",password:"111111"},error:function(){alert("失败了")}}).responseText;alert(data5);