单项选择题
A.lower-threshold 距底部/右边多远时,触发scrolltolower 事件B.滚动时触发bindscroll 事件C.scroll-left 设置横向滚动条位置D.scroll-animation 在设置滚动条位置时使用动画过渡
A.indicatorDots 属性设置为false 显示面板指示点B.autoplay 属性设置图片是否自动切换C.interval 属性设置自动切换的时间间隔D.duration 设置滑动动画时长
A.用于发起获取资源的请求B.返回一个promise,这个promise 会在请求响应之后被resolve,并传回Response 对象C.Fetch 跨域请求时会默携带cookieD.当遇到网络错误是,fetch()返回的promise 会被reject,并传回TypeError