文章出處
文章列表
1 new Handler().postDelayed(new Runnable() { 2 @Override 3 public void run() { 4 //兩秒后執行 5 startMainActivity(); 6 } 7 }, 2000);
文章列表
全站熱搜