wxsj
1 public class JDKVersion {
2 
3     public static void main(String[] args) {
4         String arch = System.getProperty("sun.arch.data.model");
5         System.out.println(arch+"-bit");
6     }
7 }

结果:

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2021-12-12
  • 2022-12-23
  • 2021-05-23
  • 2021-12-24
  • 2022-02-03
猜你喜欢
  • 2021-12-24
  • 2021-11-19
相关资源
相似解决方案