摘要:
private static string GetCharSpellCode(string value) { long iCnChar; byte[] ZW = Encoding.Default.GetBytes(value); if (ZW.Length == 1) return value.To 阅读全文
posted @ 2023-08-02 10:23
huanglg
阅读(223)
评论(0)
推荐(0)