我尝试将context活动传递到适配器然后我尝试context.finish();但它给我一个错误就像The method finish() is undefined for the type Context
context
context.finish();
The method finish() is undefined for the type Context
android listadapter android-activity
android ×1
android-activity ×1
listadapter ×1