枚举格式化 String
static String enumValueToString(Object o){ var last = o.toString().split('.').last; return last; }