getExternalStorageDirectory().getAbsolutePath() + File.pathSeparator + folderName); if(!dir.exists()){ dir.mkdirs(); } return dir; }.
確定! 回上一頁