页面选择下载目录
public static void main(String[] args) throws IOException {// TODO Auto-generated method stubFile[] roots=File.listRoots(); for(int i=0;i< roots.length;i++){ System.out.println(roots[i].getPath()); }}?
?
?
?
发布时间: 2012-11-23 22:54:33 作者: rapoo
页面选择下载目录
public static void main(String[] args) throws IOException {// TODO Auto-generated method stubFile[] roots=File.listRoots(); for(int i=0;i< roots.length;i++){ System.out.println(roots[i].getPath()); }}?
?
?
?