Q:

下列 js 可以让一个 input 的背景颜色变成红色的是

A .inputElement.style.backgroundColor='red';


B .inputElement.backgroundColor='red';


C .inputElement.style.backgroundColor='#0000';


D .inputElement.backgroundColor='#0000';

对0人提供帮助

正确答案:A