09 2020 档案
摘要:js观察者模式 // config/Event.js class Event { handlers; constructor() { this.handlers={} } on (type, fn) { this.handlers[type] = this.handlers[type] || [];
阅读全文
摘要:md5是前端常见的加密方式,简单的数字,字母加密很容易破解,因此通常加入“盐”,使他不容易被破解。 Install npm install utility Usage const utils = require('utility'); function md5Pwd(pwd) { const sal
阅读全文
摘要:使用修饰器 安装依赖,注意babel版本号。 npm install @babel/plugin-proposal-decorators --save 配置babel "babel": { "plugins": [ [ "@babel/plugin-proposal-decorators", { "
阅读全文

浙公网安备 33010602011771号