摘要: AsyncTask<Params, Progress, Result>的三个参数 doInBackground(Params...) publishProgress(Progress...) onProgressUpdate(Progress...) onPostExecute(Result) 看这 阅读全文
posted @ 2018-01-03 15:28 XinYiBuFang 阅读(1375) 评论(0) 推荐(0) 编辑