String[] corpIds = new String[1,2,3];
if (!Arrays.asList(corpIds).contains(corp.getCorpId())){
continue;
}

相关文章:

  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2023-02-04
  • 2021-10-19
  • 2023-03-27
  • 2022-12-23
相关资源
相似解决方案