【前端】js通过元素属性获取元素

<div for="hc_opportunity_config">aaaaa</div>


//通过属性获取元素

document.querySelector('[for="hc_opportunity_config"]')
document.querySelector('[属性="属性值"]')