$.get('__URL__/checkId',{'ID':ID},function(list){ alert(list); document.all.username.value=??//这里怎么写 document.all.userid.value=??//这里怎么写 ... });