class MainAdapter(val activity: MainActivity) : FragmentStateAdapter(activity) { override fun getItemCount(): Int { return if (isShow3) 4 ...
確定! 回上一頁