本帖最后由 wdl131415 于 2011-09-29 15:58:43 编辑

解决方案 »

  1.   

    Parcel3 p = new Parcel3();
    Parcel3.PDestination s = p.new PDestination();没啥好搞的...写法规则而已...
      

  2.   

    new PDestination();你的内部类没有这样的构造器,要写成这样:p.new PDestination(“数据”);
      

  3.   


    你这样写IDE首先就不通过,我就奇怪了 "="前面你都知道那么写,后面肿么写成那样~