C#,.Net自动生成大写字母编码

C#,.Net自动生成大写字母编码

public static string GetChineseSpell(string strText) { int len = strText.Length; string myStr = ; for (int i = 0; i len; i++) { myStr += getSpell(strText.Substring(i, 1)); } return myStr; } public static string getSpell(string cnChar) { by

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部