EditText.length(). /** * Returns the length, in characters, of the text managed by this TextView */ public int length (){ return mInputView.length(); }.
確定! 回上一頁