摘要:
npm WARN react-native@0.46.4 requires a peer of react@16.0.0-alpha.12 but none is installed. You must install peer dependencies yourself. 解决办法 删除根目录下面 阅读全文
摘要:
数据类型 6大基本 Number String Boolean Undefined Null. Symbol (ES6) 3大引用类型 object array Function Regexp Date undefined和null有点类似,都表示"没有"的意思。 然而类似不等于相同,下面就通过代码 阅读全文