标签: javascript
html
<div class="hello"></div>
基本上,我在悬停时尝试更改背景颜色,但不确定如何选择.hello:hover。
.hello:hover
css
.hello:hover{ background-color:yellow; }
javascript
document.queryselector(".hello:hover????").style.background="red"????