getElementById('el').getAttribute('属性名');
getElementById('el').attributes['属性名'].nodeValue;
不能像取id值:getElementById('el').id名; 这样。。。。。。。。。。。