1. Adapter.getView() public View getView(int position, View convertView , ViewGroup parent){…} 这个方法就是用来获得指定位置要显示的View。官网解释如下: Get a View that displays the data at the specified position in the data set. You can either create a View manually or inflat