日期:2014-05-20 浏览次数:20726 次
public class Test { public static void main(String[] args) throws Exception { File f = new File("D:\\a.txt"); ObjectInputStream ois = new ObjectInputStream(new FileInputStream(f)); } }