postDelayed(new MyRunnable(textView), 10000); } private static class MyRunnable implements Runnable { private TextView textView; public MyRunnable(TextView ...
確定! 回上一頁