package com.fileup.util; /** * 基础util 类 * @author root * */ public class UtilFile { /** * 截取文件的后缀名 * @param fileName * @return */ public static String fileEndName(String fileName){ return fileName.substring(fileName.lastIndexOf("."),fileName.length() ); } }

1358849392 LV21
2023年11月18日
mengyr LV3
2022年3月21日
Gustav_1 LV1
2019年5月29日
plushenko LV1
2019年2月25日
chinafjfzlj LV31
2018年10月27日
zjjhzjb LV14
2018年9月13日
十年后 LV15
2018年5月23日
fengyaofei LV16
2017年12月13日
nan_fan LV10
2017年7月21日
剑是道 LV9
2017年6月23日