高端大气酒店网站源码本地网站做通用会员卡
【前端】js通过元素属性获取元素
<div for="hc_opportunity_config">aaaaa</div>//通过属性获取元素document.querySelector('[for="hc_opportunity_config"]') 
 
document.querySelector('[属性="属性值"]') 
 
【前端】js通过元素属性获取元素
<div for="hc_opportunity_config">aaaaa</div>//通过属性获取元素document.querySelector('[for="hc_opportunity_config"]') 
 
document.querySelector('[属性="属性值"]')