用来对文本框txt进行控空值验证的是()。

12 查阅

用来对文本框txt进行控空值验证的是()。

A.document.form1.txt.value==“”

B.document.form1.txt.value=“”

C.document.form1.txt.length==0

D.document.form1.txt.valu

E.length==0

参考答案:

答案:AD