public void dispatchMessage(Message msg) { // 1. if (msg.callback != null) ... dispatchMessage() 方法中在處理第二條路的Message , 會調用handleCallback ()
確定! 回上一頁