浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年1月29日

摘要: 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)