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