Stop asyncTask in background · protected Object doInBackground(Object... x) { · while (/* condition */) { · // work... · if (isCancelled()) break;; } · } · return null;}.
確定! 回上一頁