枚举使用enum关键字来进行定义: main(List<String> args) { print(Colors.black); } enum Colors { white, red, black, } ...
確定! 回上一頁