这种编码方式个人觉得不推荐,这些hashcode估计是这样取到的:"DOCTOR".hashCode();"DIRECTOR".hashCode();事先得到值后,再写死在代码中。
key。hashcode获取