Parcel;; import android.os.Parcelable;; public class Students implements Parcelable{; private int stu_id;; private String stu_name; ...
確定! 回上一頁