03 2020 档案
摘要:1. if (!TelphoneHelper2.IsTelphone(mobile) { MessageBox.Show("请录入正确的手机号!", "提示", MessageBoxButton.OK, MessageBoxImage.Information); return; } 2.Telpho
阅读全文
摘要:string Path = $"{System.Environment.CurrentDirectory}" + "\\test.txt"; if (File.Exists(Path)) { StreamReader sr = new StreamReader(Path, Encoding.Defa
阅读全文