12 2021 档案

摘要:// 安装依赖 npm install @babel/plugin-proposal-optional-chaining -S // @babel/plugin-proposal-nullish-coalescing-operator -S // 在babel.config.js中 的 plugin 阅读全文
posted @ 2021-12-23 14:15 simple-love 阅读(1216) 评论(0) 推荐(0)
摘要:/** 发布者 */ class Publish { name: string id: number messageMap: { [key: string]: {id: number; name: string; [x: string]: any}[] } /** name等同于给当前发布者一个名称 阅读全文
posted @ 2021-12-14 16:13 simple-love 阅读(201) 评论(0) 推荐(0)