getFirstChar

public static char getFirstChar(char c)

获取字符的拼音首字母,如果是汉字则返回拼音首字母,大写形式;否则直接返回字符本身的大写形式。

Return

拼音首字母或字符本身的大写形式

Parameters

c

字符