對象流Object ,對象要先序列化才能寫入;

import java.io.Serializable; //先寫出一個Student類方便new對象 ,重寫toString方法方便輸出; public class Student implements Serializable{ //這裏要實現Serializable接口,這是標記接口,相似 colenable接口;告訴程序該對象可被序列化; private static final long
相關文章
相關標籤/搜索