枚举Enum. 适合用在常量定义,类型比较很方便。 enum Status { none, running, stopped, paused }. Status.values.forEach((it) => print('$it ...
確定! 回上一頁