1,获取cpu的核数
// 获取cpu的核数 // CPU 密集型,IO密集型 System.out.println(Runtime.getRuntime().availableProcessors());
Sign in to make a comment