摘要:
//判断字符串里面是否包含汉字 public static bool CheckChineseInString( string strText) { if( strText == null || strText.Length == 0 ) return false ; bool flag=false ; foreach( char vChar in... 阅读全文
posted @ 2013-08-07 12:46
沙耶
阅读(688)
评论(0)
推荐(0)

浙公网安备 33010602011771号