Android File的mkdir()和mkdirs的区别 ... mkdir():只能创建一层目录. 如: File file = new File("c:/aa");file.mkdir(); //这样 ...
確定! 回上一頁