java.lang.IllegalStateException:
2020-05-01 本文已影响0人
晓晓桑
AsyncTask不能并发请求,只能线性请求。循环中请求,就会报java.lang.IllegalStateException: Cannot execute task: the task is already running.
AsyncTask不能并发请求,只能线性请求。循环中请求,就会报java.lang.IllegalStateException: Cannot execute task: the task is already running.