1. 记住最后一次点击的id: int id = lv.getSelectedItemPosition();2. Activity:onCreate() 最后加上次语句:lv.setSelection(id);