摘要: express: js 文件: npm install express --save 安装express 编写命令,引入express, 创建实例app 设置get 方法,路径,返回值。 listen监听端口号: const express= require('express'); const ap 阅读全文
posted @ 2021-07-26 12:21 阿兰儿 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Class ES6的新特性 class Vue { constructor(options) { this.getters={} this.a='a' Object.keys(options).forEach(name=>{ Object.defineProperty(this.getters, n 阅读全文
posted @ 2021-07-26 10:14 阿兰儿 阅读(54) 评论(0) 推荐(0) 编辑