負責處理ViewPager 的頁面 class Adapter(val context: Context, val list: List<Int>) : PagerAdapter() {}. 有四個必須override 的function. instantiateItem.
確定! 回上一頁