Chinaunix首页 | 论坛 | 博客
  • 博客访问: 469165
  • 博文数量: 17
  • 博客积分: 5000
  • 博客等级: 大校
  • 技术积分: 1435
  • 用 户 组: 普通用户
  • 注册时间: 2005-11-09 15:10
文章分类
文章存档

2010年(1)

2009年(3)

2008年(13)

我的朋友

分类: Java

2008-07-25 10:58:55

BufferedReader br = new BufferedReader(new
                        FileReader(request.getRealPath("/upload/" + rndFilename)));
                System.out.print("得到文件内容:");
                while((fileName=br.readLine())!=null){
                    System.out.println(fileName);                    
                }
                System.out.print("文件内容结束....");
阅读(1518) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~