摘要: 类的声明: class People { constructor() { } 类的成员属性和方法: class People { //成员属性,一般定义在构造函数上 constructor(name, height) { this.name = name; this.height = height; 阅读全文
posted @ 2021-09-18 16:26 山河&统一 阅读(45) 评论(0) 推荐(0)
摘要: npm config set registry https://mirrors.huaweicloud.com/repository/npm/ 查看镜像: npm config get registry 阅读全文
posted @ 2021-09-18 16:25 山河&统一 阅读(498) 评论(0) 推荐(0)