单项选择题
以下打印结果中那个选项的值最小?()
A.console.log(Math.ceil(3.09)) B.console.log(Math.floor(3.99) C.console.log(Math.round(3.59)) D.console.log(Math.max(true,2,3,"4,,null))
单项选择题 var person={name:‘张三’age:23,loves:[’basketball’,’football’],friend:{name:‘李四’}}以上代码中有几份基本类型的数据?()
单项选择题 下面那些方法不是属于store的方法()
单项选择题 在react中组件获取redux中的state需要通()