Android根據圖片路徑獲取圖片名字

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