2015-06-12 75 views

回答

0

線的EditText可以取決於設備.... 單詞:

char ch[]= new char[s.length()];  //in string especially we have to mention the() after length 
    for(i=0;i<s.length();i++) 
    { 
     ch[i]= s.charAt(i); 
     if(((i>0)&&(ch[i]!=' ')&&(ch[i-1]==' ')) || ((ch[0]!=' ')&&(i==0))) 
     c++; 
    } 

和用於字符:​​s.length()

1

首先得到EDITTEXT值。後來不喜歡像Java字計數器

EditText e1=(EditText) findViewById(R.id.youredittextid); 
String mytext=e1.getText().toString(); 

應用的Java代碼mytext的