关于ajax 返回值验证问题时间:2021-08-08 22:22:51如果后台返回布尔值true时 前端 if(data==true){ //true 不能加引号 否则就变成了字符串了 alert(data+'操作成功!'+status); }