摘要:
1.得到系统的类型.不同的系统有不同的文件分割符号. public static boolean isLinux(){ String OS = System.getProperty("os.name").toLowerCase(); if (OS.indexOf("windows") > -1) { return false; } ... 阅读全文
posted @ 2009-01-29 15:09
浙林龙哥
阅读(1055)
评论(0)
推荐(0)
浙公网安备 33010602011771号