The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. Make s时间:2023-03-10 08:30:41 我出现这个问题是引用资源文件问题 helper.getView(R.id.in_pic).setBackgroundResource(item.getResourceId()); //错的helper.getView(R.id.in_pic).setBackground(getResources().getDrawable(item.getResourceId()));//对的