Exemplo n.º 1
0
 /** @Description:工程路径 */
 public static String getWorkPath() {
   HtmlFileParameter htmlFileParameter = new HtmlFileParameter();
   String workPath = htmlFileParameter.getOutputPath();
   return workPath;
 }