摘要:
/**//// 汉字转拼音缩写 /// /// 要转换的汉字字符串 /// 拼音缩写 public string GetPYString(string str) { string tempStr = ""; foreach(char c in str) { if((int)c ... 阅读全文
posted @ 2007-03-14 17:40
林晓可
阅读(290)
评论(0)
推荐(0)
this.level++
2007年3月14日