Adapter适配器
getItem(int) :用于获取列表项
getItemId(int):用于获取列表项Id
getCount():用于获取列表项有多少数据
getView(int,View,ViewGroup):用于自定义视图(最重要)