单项选择题

在引用对象时,下面哪种格式是正确的()

A.Text1.value="中国"
B.Thisform.Text1.value="中国"
C.Text.value="中国"
D.Thisform.Text.value="中国"