react-native环境配置
摘要:一、Android SDK的下载与安装 https://www.cnblogs.com/nebie/p/9145627.html 二、Android开发之基于AndroidStudio环境搭建和工程创建 https://www.cnblogs.com/ludashi/p/4796416.html 三
阅读全文
ES6的一些知识学习
摘要:一、基础 ES6 - 类: class A{ constructor(name,color){ this.name = name; this.color = color; } toString(){ console.log('name:'+this.name+'color:'+this.color)
阅读全文