A.dom对象.css()B.dom对象.html()C.$.dom对象.css()D.$(dom对象).css()
单项选择题下列选项中如何确定路由的唯一性?()
A.routerB.LinkC.SwitchD.exact
单项选择题使用es6class类定义组件时constructor函数中必须要写什么()
A.super()B.this.stateC.this.propsD.this.defaultProps
单项选择题在jQuery的$ajax中用于设置服务器返回数据类型为json格式有哪个()
A.datatype=jsonB.dataType:htmlC.dataType:’json’D.datatype:xml
单项选择题在react框架当中,ref不能作用到什么组件上()
A.函数式组件B.class组件C.dom元素D.creatClass组件
单项选择题在react框架当中,我们使用了PropTypes.string。当你给属性传递了无效值时()
A.JavsScript 控制台将会打印警告B.JavsScript 会终止运行C.没有效果D.alert消息