A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© 孙天 黑马帝   /  2012-4-18 22:18  /  1318 人查看  /  1 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

改dir0和dir1的绝对路径,哪里出错了?       
private static File replaceFile(File f) {
                String path1=f.getAbsolutePath();
                File dir0;
                File dir ;
                String path2=path1.replace(dir.getAbsolutePath(),dir0.getAbsolutePath());
                File f0=new File(path2);
                return f0;
        }

1 个回复

倒序浏览
dir dir0 都没有初始化。。
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马