肥皂起泡泡
123456789$("button").click(function(){ $.get("ajax_login.php",{username:'testname'}, function(result){ if(result){ //判断已经存在 alert('用户名已经存在'); }else{ alert('可以注册'); } });});