Looper.getMainLooper(). Looper.myLooper() 获取当前线程绑定的Looper,如果没有返回 null 。 Looper.getMainLooper() 返回主线程的 Looper ,这样就可以方便的与主线程 ...
確定! 回上一頁