var name=document.getElementById("username");if(name.value==""){ //直接验证表单值是否为空 alert("用户名为空");}
if(你要判断的值=="")alert("值为空")