如:
var s= document.getElementById('xxxx').id;
s的值就是 xxxx
var xxx=document.getElementById('id值').value;alert(xxx);是这个意思吗