Use the :checked selector.(使用:checked选择器。)
This applies to checkbox, radio, and select(这适用于复选框,单选框和选择)
document.querySelector('#color option:checked')
for the node(对于节点)
document.querySelector('#color option:checked').value
for the value(为了价值) 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…