摘要: IndexOf方法的使用 #region IndexOf方法的使用 static void Main(string[] args) { string email = "xiaoqiang@qq.com"; int position = email.IndexOf("@"); Console.Writ 阅读全文
posted @ 2021-11-22 12:09 1010阿龙 阅读(37) 评论(0) 推荐(0)