为了账号安全,请及时绑定邮箱和手机立即绑定

buttons数组怎么理解?

-----css代码

#buttons { position: absolute; height: 10px; width: 100px; z-index: 2; bottom: 20px; left: 400px;}

        #buttons span { cursor: pointer; float: left;  width: 10px; height: 10px; border-radius: 50%; background: #333; margin-right: 5px;}

-----html代码

 <div id="buttons">

        <span index="1" class="on"></span>

        <span index="2"></span>

        <span index="3"></span>

        <span index="4"></span>

        <span index="5"></span>

    </div>

请问怎么 span中index 如何理解? 为什么buttons是一个数组 ?

正在回答

2 回答

这里的index应该是自定义属性,比如html5的data。getElementById('buttons').getElementsByTagName('span')这里返回的是多个标签

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

buttons数组怎么理解?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信