单项选择题
vue-resource中http.get()方法中响应response属性ok表示()
A.响应标题对象
B.HTTP状态码介于200和299之间
C.响应URL来源
D.以上都不正确
点击查看答案
相关考题
-
单项选择题
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.在数据渲染之后
