return data from AsyncTask as well as clean up } } // run the AsyncTask public void executeAsync(View view) { MyAsyncTask task = new MyAsyncTask(); ...
確定! 回上一頁