id.value和document.getElementById("id").value有什么区别

来源:学生作业帮助网 编辑:作业帮 时间:2024/11/03 00:18:29
id.value和document.getElementById(
x)L+K)M}:'%?475D/=5'tLPLQ҄z6';;zڱ&HB l';z_q jd>k0gѷi4_g ڟdG s2S57ygM~ڿE^/|v A-\|ɮ'ڀ2OvBtה>9[6UX`׵`#MXb qǁ6$فSm#

id.value和document.getElementById("id").value有什么区别
id.value和document.getElementById("id").value有什么区别

id.value和document.getElementById("id").value有什么区别
不知道你的id.value的意思
document.getElementById("id").value是获取HTML标签中id=“id”的value的方法
可能你这里的id就是表示了这个HTML标签 应该也有赋值
var id = document.getElementById("id")
这个时候两者就是一个意思了