public class getstringspell
return mystr;
}
///
/// 把提取的字母變成大寫
///
/// 需要轉換的字串
/// 轉換結果
public string getlowerchinesespell(string strtext)
///
/// 把提取的字母變成大寫
///
/// 需要轉換的字串
/// 轉換結果
public string getupperchinesespell(string strtext)
///
/// 獲取單個漢字的首拼音
///
/// 需要轉換的字元
/// 轉換結果
public static string getspell(string mychar)
;
for (int i = 0; i < 26; i++)
);
}
}
return "_";
}
else return mychar;
}
}
提取漢字首字母
using system using system.collections.generic using system.text namespace stringoption return mystr 把提取的字母變成大寫 需要轉換的字串 轉換結果 public static string getlo...
python 提取漢字首字母
使用拼音庫xpinyin import xpinyin if name main p xpinyin.pinyin result p.get initials a,for a in 上海 武漢 深圳 print result from xpinyin import pinyin p pinyin d...
提取漢字首字母工具類
public class stringutil 存放國標一級漢字不同讀音的起始區位碼對應讀音 static final char firstletter 獲取乙個漢字的拼音首字母。gb碼兩個位元組分別減去160,轉換成10進製碼組合就可以得到區位碼 例如漢字 你 的gb碼是0xc4 0xe3,分別減...