public bool IncludeChinese(string str)
{
byte [] bytes = System.Text.Enconding.GetEncoding("gb2312").GetBytes(str);
return bytes.Length != str.Length;
}
{
byte [] bytes = System.Text.Enconding.GetEncoding("gb2312").GetBytes(str);
return bytes.Length != str.Length;
}
1368

被折叠的 条评论
为什么被折叠?



