System.getProperty("os.name")在不同操作系统上的输出

System.out.println(System.getProperty("os.name"));

 

操作系统 输出
linux Linux
windows Windows XP

你可能感兴趣的:(Linux)