if(document.form.username == null)和if(document.form.username == undefined)这两个表达式是否可以判断表单中username控件不存在?如果想在所有浏览器中判断username控件是否不存在,上面两种方法可以么,我应该如何判断?