单项选择题
flex布局进行上下左右居中 ()
A.justify-content:center;align-items:center
B.justify-content:center;align-items:row
C.justify-content:space-around;align-items:center
D.justify-content:space-between;align-items:center
点击查看答案
相关考题
-
单项选择题
flex可以使用哪个进行换行的()
A.flex-wrap:wrap
B.flex-wrap:nowrap
C.flex-wrap:wrap-reverse
D.align-items:row -
单项选择题
React中componentWillupdate()用于那个阶段
A.在数据更新之前
B.在数据更新之后
C.在数据渲染之前
D.在数据渲染之后 -
单项选择题
React中componentDidMount()用于那个阶段
A.在数据更新之前
B.在数据更新之后
C.在数据渲染之前
D.在Rander()渲染之后
