- public class Version4Java {
- public static void main(String[] args) {
- String arch = System.getProperty("sun.arch.data.model");
- System.out.println(arch);
- }
- }
转载于:https://blog.51cto.com/herculeser/1161181
转载于:https://blog.51cto.com/herculeser/1161181