必要建構子public adapter(FragmentManager fm) { super(fm); } //你想要顯示的Fragment @Override public Fragment getItem(int position) { return ...
確定! 回上一頁