摘要:
1、int n;string str="xxx";if(int.TryParse(str,out n)){ //为数字}else{//非数字}2、1、string mailto:pat=@%22[\u4e00-\u9fa5]";Regex rg=new Regex(pat);Match mh=rg.Match(textBox1.Text);if(mh.Success){//是汉字}2、functi... 阅读全文
posted @ 2009-07-22 02:25
阿C's
阅读(1232)
评论(0)
推荐(0)
浙公网安备 33010602011771号