private void replaceSpan(RecipientSpan span, Recipient newRecipient){ Editable text = getText(); int start = text.getSpanStart(span); int end = text.
確定! 回上一頁