es6
奶绿走糖
持续好奇,保持饥饿。
展开
-
bug: TypeError: Invalid attempt to spread non-iterable instance
报错信息: 分析:此类报错多为扩展运算符报错。 问题代码: 解决方式:原创 2021-08-27 12:55:52 · 1872 阅读 · 0 评论 -
以vue为例:es6之枚举替换后端返回的代码值转换成中文(策略模式)
需求:根据后端返回的代码显示相对应的中文 html: <span>{{ statusText[status] }}<span> //status:后端返回的状态码,statusText:前端转换成中文的对象 js: <script> export default { data() { return { status: "", // 根据后端拿值 statusText: { // 替换 "1": "已读原创 2021-05-18 15:43:40 · 1432 阅读 · 0 评论