《C 程式設計之道》 之 如何獲取漢字的拼音首字母

2021-09-30 06:46:44 字數 1293 閱讀 7851

應用程式中經常需要用到漢字的拼音簡碼,下面介紹如何使用

c#**獲得漢字的拼音首字母,**如下:

private string chinese(string str)

else

} else if (str.compareto("

八") < 0)

else if (str.compareto("

嚓") < 0)

else if (str.compareto("

咑") < 0)

else if (str.compareto("

妸") < 0)

else if (str.compareto("

發") < 0)

else if (str.compareto("

旮") < 0)

else if (str.compareto("

鉿") < 0)

else if (str.compareto("

譏") < 0)

else if (str.compareto("

咔") < 0)

else if (str.compareto("

垃") < 0)

else if (str.compareto("

嘸") < 0)

else if (str.compareto("

拏") < 0)

else if (str.compareto("

噢") < 0)

else if (str.compareto("

妑") < 0)

else if (str.compareto("

七") < 0)

else if (str.compareto("

亽") < 0)

else if (str.compareto("

仨") < 0)

else if (str.compareto("

他") < 0)

else if (str.compareto("

哇") < 0)

else if (str.compareto("

夕") < 0)

else if (str.compareto("

丫") < 0)

else if (str.compareto("

帀") < 0)

else if (str.compareto("

咗") < 0)

else

}

C 獲取漢字的拼音首字母

獲取漢字拼音的首字母是乙個在做專案的過程中經常需要用到的功能,今天我們主要來 下c 獲取漢字的拼音首字母 在指定的字串列表cnstr中檢索符合拼音索引字串 漢字字串 相對應的漢語拼音首字母串 public st程式設計客棧atic string getspellcode string cnstr r...

IOS 如何獲取漢字字串的拼音

nsmutablestring result nsmutablestring stringwithstring 今天的天真的很藍 先轉換為帶聲調的拼音 cfstringtransform cfmutablestringref result,null,kcfstringtransformmandari...

c 中如何得到漢字的拼音首字母

新增命名空間 using system.text.regularexpressions 判斷是否為漢字 待檢測字串 是漢字返回true public bool ischinesecharacters string chrstr 得到每個漢字的字首拼音碼字母 大寫 輸入字串 返回結果 public s...