copyFile

public static void copyFile(String srcPath, String destPath){ //1.建立文件 File src = new File(srcPath); File dest = new File(destPath); //2.选择流 InputStream is = n
相关文章
相关标签/搜索