假設目前的thread已經是在UI thread中,Runnable會立即的去執行。否則會透過UI thread的MessageQueue 排隊,此方法如下: new Handler(Looper.getMainLooper()).post( ...
確定! 回上一頁