String che = "生产用车";
Integer Isjwct = 0;
String mk = che.equals("生产用车") ? (Isjwct.equals(0) ? "m2" : "m3") : null;
System.out.println(mk);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
  • 2021-11-28
  • 2021-11-20
  • 2021-12-19
  • 2021-12-21
猜你喜欢
  • 2021-10-15
  • 2021-09-24
  • 2021-12-13
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案