try {
            Runtime.getRuntime().exec("cmd /c copy " + ifp + " " + ofp);
          }
          catch (IOException ex) {
            ex.printStackTrace();//看看有没有异常抛出?
          }