摘要:
private static bool IsHanZi(string ch) { byte[] byte_len = System.Text.Encoding.Default.GetBytes(ch); if (byte_len.Length == 2) { return true; } return fal... 阅读全文
posted @ 2016-09-21 10:14
无忧岛主
阅读(7896)
评论(1)
推荐(0)
浙公网安备 33010602011771号