Android根据图片路径获取图片名字

public static String getPicNameFromPath(String picturePath){ String temp[] = picturePath.replaceAll("\\\\","/").split("/"); String fileName = ""; if(temp.length > 1){
相关文章
相关标签/搜索