WLsix / C_SHARP

有的沒的,正規表達式
0 stars 0 forks source link

find #2

Open WLsix opened 6 years ago

WLsix commented 6 years ago

string a ="123456789";foreach(char b in a){foreach(char c in a){if(b==c){Console.WriteLine("数字{0}有重复",b);}}}