单项选择题
A.indicatorDots 属性设置为false 显示面板指示点B.autoplay 属性设置图片是否自动切换C.interval 属性设置自动切换的时间间隔D.duration 设置滑动动画时长
A.用于发起获取资源的请求B.返回一个promise,这个promise 会在请求响应之后被resolve,并传回Response 对象C.Fetch 跨域请求时会默携带cookieD.当遇到网络错误是,fetch()返回的promise 会被reject,并传回TypeError