为了账号安全,请及时绑定邮箱和手机立即绑定

如何将switch语句遍历对象优化?

如何将switch语句遍历对象优化?

白猪掌柜的 2019-01-29 20:00:53
如何将switch语句遍历对象优化的更精简switch (this.active) {     case 0:      this.OrderState = 'Wait';      break;     case 1:      this.OrderState = 'Sent';      break;     case 2:      this.OrderState = 'Fail';      break;    default:      break; }
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 605 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信