a.setAttribute("innerHTML",text);为什么没有作用,什么情况下采用setAttribute
用a.innerHTML = text;就可以。设置颜色也是同样的问题
以这个为例:<input type="text" name='Hello' value='Shit' />
attribute 是指 type name value, 而innerHtml或innerText是属性