获取表单myform中文本框txt的值的是()。

获取表单myform中文本框txt的值的是()。

A.document.all.txt.value

B.form.myform.txt.value

C.document.myform.txt.value

D.document.getElementById(“txt”).value

正确答案:CD

猜你喜欢