摘要: 疯狂 npm install node-sass --save疯狂报错 一番谷歌找到可行的操作。 先 npm install -g cnpm --registry=https://registry.npm.taobao.org下载cnpm 然后用cnpm去安装 cnpm install node-s 阅读全文
posted @ 2020-12-21 06:36 南柯Dream丶 阅读(462) 评论(0) 推荐(0)
摘要: ES6 Class概念性介绍: extends 类的继承(当我们有很多个Class,这些Class有一些比较公用的属性) super 子类执行父类的构建过程 属性的引用 打印结果: 当我们给父类的方法前加上static后 顺便给大家推荐个好东西 vscode终端运行js打印输出 直接ctrl+alt 阅读全文
posted @ 2020-12-21 00:52 南柯Dream丶 阅读(75) 评论(0) 推荐(0)