摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MyPinYin{ /// <summary> /// 汉字拼音转换类 /// </summary> public class PinYinConverter { #region 数组信息 private static int[] pyValue = new int[] { -20319, -20317, -20304, -20295, -20292, -20283, -20265, -2 阅读全文
posted @ 2013-01-24 17:41 赤狐(zcm123) 阅读(729) 评论(0) 推荐(0) 编辑