copyFile

public static void copyFile(String srcPath, String destPath){ //1.建立文件 File src = new File(srcPath); File dest = new File(destPath); //2.選擇流 InputStream is = n
相關文章
相關標籤/搜索