var chs = new[] { " ", "\n", "\r\n" };
            // 验证wafer ID 最后是否为两个字符
 var wafers = waferIDs.Split(chs, options: StringSplitOptions.RemoveEmptyEntries).Select(t => t.Trim()).ToList();

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案