天天看點

Ueditor1.4.3版本多圖上傳中的線上管理BUG

private String getPath ( File file ) {    
    String path = file.getAbsolutePath();    
    //System.out.println("old:"+path);    
    String str=path.replace(this.rootPath.replaceAll("\\/", "\\\\"), "\\" );    
    //System.out.println("new:"+str);    
    return str;       
}          

繼續閱讀