下列 js 可以让一个 input 的背景颜色变成红色的是
A.inputElement.style.backgroundColor = 'red'; B.inputElement.backgroundColor = 'red'; C.inputElement.style.backgroundColor = '#0000'; D.inputElement.backgroundColor = '#0000';正确答案A
下列 js 可以让一个 input 的背景颜色变成红色的是
A.inputElement.style.backgroundColor = 'red'; B.inputElement.backgroundColor = 'red'; C.inputElement.style.backgroundColor = '#0000'; D.inputElement.backgroundColor = '#0000';正确答案A