摘要:
#region 取中文首字母 public static string GetFirstLetter(string paramChinese) { string strTemp = ""; int iLen = paramChinese.Length; int i = 0; for (i = 0; i <= iLen - 1; i++) { strTemp += GetCharSpellCode... 阅读全文
posted @ 2011-07-06 15:51
Ants
阅读(571)
评论(1)
推荐(0)

浙公网安备 33010602011771号