success : function(data) {
/* alert(data);
alert(typeof data); */
if(!data){
alert("");
return false;
} else {
alert(typeof data);
alert("");
return false;
}
}
how to judge the if when null, is sent back to the background. If it is a blank prompt box
the prompt box will only pop up if the value is returned now, and there will be no prompt box when it comes back to null