例1 选择title属性值为 honor/荣耀的span元素
document.querySelector("#sale-card .next-cascader-menu li span[title='honor/荣耀']").click()
例2 css伪类选择器
li:nth-child(even)偶数 li:nth-child(odd)奇数
2024-02-05 11:10:04
例1 选择title属性值为 honor/荣耀的span元素
document.querySelector("#sale-card .next-cascader-menu li span[title='honor/荣耀']").click()
例2 css伪类选择器
li:nth-child(even)偶数 li:nth-child(odd)奇数
下一篇:jQuery的DOM操作