public interface Parcelable { public @ContentsFlags int describeContents(); ... Creator<T> { // 从Parcel中恢复对象 public T createFromParcel(Parcel source); ...
確定! 回上一頁