摘要:
//获取得到输入的身份证号码 string identityCard = textBox_IdentityCard.Text.Trim(); if (string.IsNullOrEmpty(identityCard)) { //身份证号码不能为空,如果为空返回 MessageBox.Show("身 阅读全文
posted @ 2022-04-13 11:07
qingjiawen
阅读(825)
评论(0)
推荐(0)
摘要:
一,list单个元素比较 List<int> c = new List<int>(); List<int> d = new List<int>(); c.Add(1); c.Add(2); d.Add(1); d.Add(2); d.Add(3); 判断d中是否包含c: if (c.All(t => 阅读全文
posted @ 2022-04-13 10:59
qingjiawen
阅读(2167)
评论(0)
推荐(0)

浙公网安备 33010602011771号