可以尝试这样,将你的item的个数+1返回给Adapter的getCount();在Adapter的getView()中,如果position==getCount()-1,就返回固定的那个item。其他照旧。