• 2022-06-12
    下列js可以让一个input的背景颜色变成红色的是?()
    A: inputElement.style.backgroundColor = ’red’;
    B: inputElement.backgroundColor = ’red’;
    C: inputElement.style.backgroundColor = ’#0000’;
    D: inputElement.backgroundColor = ’#0000’;