AsyncTask 是在背景執行緒上運作的非同步技術,並將結果送回UI Thread。 public class MinimalTask extends AsyncTask { protected Object doInBackground ...
確定! 回上一頁