摘要: 1、控制面板执行命令 1、npm install -g cnpm --registry=https://registry.npm.taobao.org 2、npm config set registry https://registry.npm.taobao.org 3、cnpm install - 阅读全文
posted @ 2018-05-09 15:53 silent☺ 阅读(122) 评论(0) 推荐(0)
摘要: 1、forEach中用break是不能中断循环的,使用return也不能返回到外层函数 2、for in更适合遍历对象,不适合遍历数组(遍历的是索引) 3、for of遍历的是数组元素值 阅读全文
posted @ 2018-05-09 15:18 silent☺ 阅读(95) 评论(0) 推荐(0)