/// <summary> /// 是否含有中文字符 /// </summary> public static bool IsIncUnicodeChar(this String source) { return(StringHelper.IsIncUnicodeChar(source)); }