if (!headerDom.getAttribute('class').includes('not-top')) {
headerDom.className = 'header-container not-top'
}
VUE—vue中判断元素是否有该类名,若没有为该元素添加类名
最新推荐文章于 2023-05-09 17:06:52 发布
if (!headerDom.getAttribute('class').includes('not-top')) {
headerDom.className = 'header-container not-top'
}