//从当前系统中获取换行符,默认是" "
String lineSeparator = System.getProperty("line.separator", " ");
String[] arr = fileContet.splite(lineSeparator );