enum blah { one(1), two(2); final num value; blah(this.value); }. 我真的不知道为什么Java / Dart世界如此抵抗 enum 。否 enum 不是类/ const, ...
確定! 回上一頁