摘要:
public static boolean isOSLinux() { Properties prop = System.getProperties(); String os = prop.getProperty("os.name"); if (os != null && os.toLowerCase().indexOf("linux") > -... 阅读全文
posted @ 2018-09-21 18:18
1161588342
阅读(792)
评论(0)
推荐(0)
浙公网安备 33010602011771号