C#中比较常见的类以及对应的引用
001:Regex,引用:usingSystem.Text.RegularExpressions, Regexregex=newRegex(@"^d{1,3}$"); if(!regex.IsMatch(IPs[i]))returnfalse; 002:Convert,引用:System, Convert.ToUInt16(str) 003:MessageBox,引用:System.Windows.Forms; MessageBox.Show("用户名长度不符合要求!","提
下载地址
用户评论