var temp; $.post('Server.aspx', { id: idValue }, function (text, status) { temp=status}); if(temp==""){ alert("temp是空哦"); } else if(temp==0){ alert("temp是0哦"); }