npm install enum-array. 引入模块 import enumArray from 'enum-array'. 使用方法 /** * 原始枚举*/ enum Citys { 北京= 10, 上海= 21, 广州= 20 } /** * 枚举数组 ...
確定! 回上一頁