1
TomVista OP 某个 String 只能取特定的字符值,
某个 Set 中只可能包含某些值中的几个, 某个 Map 的 key 只能是某些值, 怎么定义? |
2
hst001 Aug 21, 2020 via Android
没有,特定值可以用枚举来解决
|