A.通过relative 属性设置B.使用align-items 属性C.根据left,top,right,bottom 属性相对于其他组件定位D.根据父组件的z-index 设置定位
A.使用let 关键字声明数组B.使用var 关键字声明数组C.使用const 关键字声明数组D.使用array 关键字声明数组
A.声明全局变量B.定义组件的内部状态C.声明常量D.定义循环的初始条件