首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏小丞前端库

    室外温度已达34度,本博客提供自助风扇服务

    window.addEventListener('load', function () { let leafs = document.querySelector('.leafs'); let switchBox = document.querySelector('.switch'); let len = switchBox.children.length; for (let i = 0; i < len; i++) { switchBox.children[i].setAttribute('data-index', i) } switchBox.addEventListener , function (e) { let target = e.target; for (let i = 0; i < len; i++) { switchBox.children

    42720发布于 2021-08-16
领券