... public File creatSDDir(String dirName) {; File dir = new File(SDPATH + dirName);; dir.mkdir();; return dir;; }; /**; * 删除SD卡上的目录 ...
確定! 回上一頁