將物件序列化的方式有兩種,一是Java原生的Serializable,二是Android特有的Parcelable, ... public class Albums implements Parcelable { private int userId; ...
確定! 回上一頁