IList<string> mList = new List<string>();
mList.Add("2222");
mList.Add("zxc");
foreach (string s in mList)
{
Console.WriteLine(s);
}

相关文章:

  • 2021-06-01
  • 2021-12-31
  • 2022-01-30
  • 2021-11-05
  • 2021-11-13
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-08-10
相关资源
相似解决方案