摘要: package lab01;import java.util.*;import java.math.*;import java.io.*;public class first { public static void main(String[] args) { String fileName = "E:/eclipse/mywork/in.txt"; try { File file = new File(fileName); Scanner workreader = new Scanner(file); ... 阅读全文
posted @ 2013-05-16 16:04 gray035 阅读(176) 评论(0) 推荐(0) 编辑