2019年4月15日

摘要: function Slider(id){ //属性 // 1. 通过id获取元素对象(大盒子) this.bigBox = document.getElementById(id); //2. 获取出大盒子中的所有图片(数组) this.ullis = this.bigBox.children[0]. 阅读全文
posted @ 2019-04-15 20:21 止戈武 阅读(477) 评论(0) 推荐(0)

导航