WEB开发网
开发学院WEB开发Jsp 很简短的几句就能访问文件输出文件 阅读

很简短的几句就能访问文件输出文件

 2008-01-05 09:57:13 来源:WEB开发网   
核心提示:import java.io.*; /*引用java.io包下所有类*/ public class test4 /*class test4 { public static void main(String[] args) throws IOException { InputStream is =new FileInpu

  import java.io.*; /*引用java.io包下所有类*/
  
  public class test4 /*class test4
  {
  public static void main(String[] args) throws IOException
  {
  InputStream is =new FileInputStream("test2.txt"); /*新建立is对象
  int n,ch; /*定义变量
  for(n=0;(ch=is.read())!=-1;n++) /*循环输出
  {
  System.out.PRint((char)ch); /*从屏幕上打印出文件内容
  }
  System.out.println();
  System.out.println("\n-----------------------");
  System.out.println("一共有"+n+"个字符"); /*显示字符的个数
  }
  }

Tags:简短 访问 文件

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接