class MyTask extends AsyncTask<Params, Progress, Result>{ protected void ... AsyncTask task = new MyTask(); task.exectue(/*參數*/); task.cancel(true);
確定! 回上一頁