package com.fengyun.test;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
public class Downloads {
private static FileInputStream fileInput;
public static void main(String[] args) throws Exception{
String sourcePate = "D:/new/1.txt";
String restPate1 = "D:/new/1(1).txt";
String restPate2 = "D:/new/1(2).txt";
......................
阅读全部 | 2014年10月27日 11:00