通过静态变量的方法: 1、在Aactivity中设置一个Activity静态变量 static Activity activity; 2、在onCreate中: activity=this; 3、在Bactivity中: Aactivity.activity.finish();