beforeupload怎樣獲得file路徑?
實(shí)例:
File file = new File("C:\\Windows");
file.getAbsolutePath();
API內(nèi)描述:
String -- getAbsolutePath()
返回此抽象路徑名的絕對(duì)路徑名字符串。
beforeupload怎樣獲得file路徑?
實(shí)例:
File file = new File("C:\\Windows");
file.getAbsolutePath();
API內(nèi)描述:
String -- getAbsolutePath()
返回此抽象路徑名的絕對(duì)路徑名字符串。