我正在尝试使用上下文菜单。我已经使用SimpleCursorAdapter为简单的ListActivity成功完成了此操作。继续我想用CursorAdapter替换SimpleCursorAdapter但仍然保留ContextMenu行为,所以我添加了两个强制覆盖函数bindView和newViewpublicViewnewView(Contextcontext,Cursorcursor,ViewGroupparent){Viewview=mLayoutInflater.inflate(R.layout.check_row,parent,false);registerForContex