摘要:
事件绑定是一个对象绑定多个事件函数,因此是一对多的模式,即观察者模式,数据类型采用对象 封装on: 思路:创建一个事件仓库存放事件: 判断当前事件是否存在,不存在,初始化一下,然后将回调函数push到数组中; let eventCon = {}; const eventOn = (eventName 阅读全文
摘要:
index.html list.html server.js data.json 注:json中的数据值动态添加进去的。 阅读全文
摘要:
一,局部安装mongoose npm install mongoose -S 二、mongoose常用命令: 阅读全文