new Handler().postDelayed(()->{ startActivity(new Intent(MainActivity.this,MainActivity2.class)); finish(); },1000); 相关文章: