static bool ContainChinese(string input) { string pattern = "[u4e00-u9fbb]"; return Regex.IsMatch(input, pattern); }
本文标签:如何 判断 字符串 是否 中文
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接