Skip to content

Instantly share code, notes, and snippets.

@vangie
Last active October 10, 2015 14:07
Show Gist options
  • Save vangie/3701498 to your computer and use it in GitHub Desktop.
Save vangie/3701498 to your computer and use it in GitHub Desktop.
java:获得文件扩展名
import org.apache.commons.io.FilenameUtils;
String extension = FilenameUtils.getExtension(fileName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment