Parcel;; import android.os.Parcelable;; public class Book implements Parcelable {; private String bookName;; private String author; ...
確定! 回上一頁