ListView自定义了带有CheckBox的layout出现点击事件没响应 是因为CheckBox的事件响应优先级高于List Item,设置CheckBox的android:focusable="false"即可